|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.reflect.MethodConstructor
This class is a base class for Method and Constructor. It is not to be used directly.
| Field Summary | |
protected int |
_method_
|
protected int |
_vclass_
|
protected Class |
declaringClass
|
protected String |
methodName
|
protected String |
methodSpecs
|
protected int |
modifiers
|
Reflect |
reflect
|
int |
wrapperType
|
| Fields inherited from interface ewe.reflect.Member |
DECLARED, PUBLIC |
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
| Field Detail |
protected int _method_
protected int _vclass_
public int wrapperType
protected String methodSpecs
protected int modifiers
protected Class declaringClass
public Reflect reflect
protected String methodName
| Method Detail |
public String getType()
getType in interface Memberpublic Class getReturnType()
public int getModifiers()
getModifiers in interface Memberpublic Class getDeclaringClass()
getDeclaringClass in interface Memberpublic Class[] getExceptionTypes()
getExceptionTypes in interface IMethodpublic String getParameters()
getParameters in interface IMethodpublic Class[] getParameterTypes()
public String getName()
getName in interface Memberpublic String getSpecs()
public String toString()
Object
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||