Modifier and Type | Field and Description |
---|---|
protected int |
_method_ |
protected int |
_vclass_ |
protected Class |
declaringClass |
protected String |
methodName |
protected String |
methodSpecs |
int |
modifiers |
Reflect |
reflect |
int |
wrapperType |
FORCE_ACCESS_PUBLIC
Modifier and Type | Method and Description |
---|---|
Class |
getDeclaringClass() |
Class[] |
getExceptionTypes()
Returns the exception types the method can throw.
|
int |
getModifiers() |
String |
getName() |
String |
getParameters()
This returns the parameter specs of the method including the enclosing brackets.
|
Class[] |
getParameterTypes()
Get a list of the parameters as Class objects.
|
Class |
getReturnType()
Get the return type of the method as a class.
|
String |
getSpecs() |
String |
getType()
Returns the java encoded type returned by the method/constructor.
|
String |
toString()
Return a String representation of this object.
|
protected int _method_
protected int _vclass_
public int wrapperType
protected String methodSpecs
public int modifiers
protected Class declaringClass
public Reflect reflect
protected String methodName
public String getType()
public Class getReturnType()
public int getModifiers()
getModifiers
in interface Member
public Class getDeclaringClass()
getDeclaringClass
in interface Member
public Class[] getExceptionTypes()
getExceptionTypes
in interface IMethod
public String getParameters()
getParameters
in interface IMethod
public Class[] getParameterTypes()
public String getSpecs()