Interface AccessibleEntity

    • Method Detail

      • getAccessFlags

        int getAccessFlags()
        Get the entity's access flags.
      • isStatic

        boolean isStatic()
        Is the entity static?
      • isFinal

        boolean isFinal()
        Is the entity final?
      • isPublic

        boolean isPublic()
        Is the entity public?
      • isProtected

        boolean isProtected()
        Is the entity protected?
      • isPrivate

        boolean isPrivate()
        Is the entity private?
      • isSynthetic

        boolean isSynthetic()
        Is the entity synthetic?
      • isDeprecated

        boolean isDeprecated()
        Is the entity deprecated?
      • getClassDescriptor

        ClassDescriptor getClassDescriptor()
        Get the ClassDescriptor representing the class (if entity is a class) or the class containing the entity (if a field or method).