public interface MethodDescriptor extends Descriptor
The description property of the super-interface is suitable for verbose output, the class, signature and method name properties of this derived interface can be used for programmatic processing.
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
getDeclaringClass()
Returns the descriptor of the class that declares this method.
|
java.lang.String |
getMethodName()
Returns the name of the method.
|
java.lang.String |
getMethodSignature()
Returns the signature of this method in JVM format.
|
getDescription
ClassDescriptor getDeclaringClass()
java.lang.String getMethodSignature()
java.lang.String getMethodName()