Interface IJLSMethod


public interface IJLSMethod
A method, as defined by the JLS.
  • Method Details

    • getName

      String getName()
      Get the method name.
      Returns:
      the method name
    • getDescriptor

      String getDescriptor()
      Get the method descriptor.
      Returns:
      the method descriptor
    • getAccessFlags

      int getAccessFlags()
      Get the method access flags.
      Returns:
      the access flags
    • getSignature

      default String getSignature()
      Get the method signature.
      Returns:
      the method signature