Interface MethodInfo

All Known Implementing Classes:
BasicMethodInfo, MethodSignature

public interface MethodInfo
Can be implemented by classes carrying method information.
  • Method Details

    • getMethodName

      @NotNull @NotNull String getMethodName()
      Returns the method's name.
    • getDescriptor

      @NotNull @NotNull MethodDescriptor getDescriptor()
      Returns the method's descriptor.