public static interface ClassProvider.IMethodInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getAccess()
Returns the access flags of this method.
|
java.lang.String |
getDescriptor()
Returns the descriptor of this method.
|
java.lang.String |
getName()
Returns the name of this method.
|
int getAccess()
MethodNode.access,
Method.getModifiers()java.lang.String getName()
java.lang.String getDescriptor()
Type.getDescriptor()