public static class Classes.MethodInfo extends Object
Classes.parseMethod(String signature).
This info describe the method return type, method name and two collections for
arguments type and arguments name;| Modifier and Type | Field and Description |
|---|---|
String[] |
argNames |
String[] |
argTypes |
String |
method |
String |
returnType
The return type (class name), or null if no specified.
|
String |
throwsEx |
Copyright © 2018. All rights reserved.