|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodInformation
Data that is needed when working with a method in bytecode
Method Summary | |
---|---|
String |
getDeclaringClass()
The declaring class name in java dotted form (e.g. |
String |
getDescriptor()
Gets the method descriptor |
Method |
getMethod()
This may return null if Method is not available yet |
int |
getModifiers()
The method modifiers |
String |
getName()
the method name |
String[] |
getParameterTypes()
returns string representations of the parameter types |
String |
getReturnType()
Gets the method return type, in descriptor format (e.g. |
Method Detail |
---|
String getDeclaringClass()
Method getMethod()
String getDescriptor()
String[] getParameterTypes()
String getReturnType()
String getName()
int getModifiers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |