Interface Signature

All Known Subinterfaces:
CodeSignature, ConstructorSignature, FieldSignature, MethodSignature, NonVoidMethodSignature, VoidMethodSignature

public interface Signature
The signature of a field, method or constructor.
  • Method Details

    • getDefiningClass

      ClassType getDefiningClass()
      Yields the class defining the field, method or constructor.
      Returns:
      the class
    • equals

      boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      String toString()
      Overrides:
      toString in class Object