Interface FieldOrMethodName

    • Method Detail

      • getClassDescriptor

        ClassDescriptor getClassDescriptor()
        Returns:
        a ClassDescriptor for the field/method's class
      • getName

        java.lang.String getName()
        Returns:
        Returns the field/method name
      • getSignature

        java.lang.String getSignature()
        Returns:
        Returns the field/method signature
      • isStatic

        boolean isStatic()
        Returns:
        Returns true if field/method is static, false if not