Interface MethodDescriptor

All Superinterfaces:
Descriptor

public interface MethodDescriptor extends Descriptor
Descriptor for an array type.

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.

  • Method Details

    • getDeclaringClass

      ClassDescriptor getDeclaringClass()
      Returns the descriptor of the class that declares this method.
      Returns:
      the class descriptor
    • getMethodSignature

      String getMethodSignature()
      Returns the signature of this method in JVM format.
      Returns:
      the signature in JVM format
    • getMethodName

      String getMethodName()
      Returns the name of the method.
      Returns:
      the method name