public class JVMMethodInfo extends java.lang.Object implements MethodInfo
| Constructor and Description |
|---|
JVMMethodInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor() |
int |
getModifiers() |
java.lang.String |
getName() |
public int getModifiers()
getModifiers in interface MethodInfopublic java.lang.String getName()
getName in interface MethodInfopublic java.lang.String getDescriptor()
getDescriptor in interface MethodInfo