Package 

Enum AccessFlag

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable , org.gjt.jclasslib.structures.ClassFileFlag

    
    public enum AccessFlag
    extends Enum<AccessFlag> implements ClassFileFlag
                        

    Defines access flags constants and verbose expressions as defined by the java access modifiers.

    • Constructor Detail

    • Method Detail

      • isSet

         final Boolean isSet(Integer accessFlags)

        Checks if this access flag is set in the supplied access flags.

        Parameters:
        accessFlags - the access flags
      • valueOf

         final AccessFlag valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

      • values

         final Array<AccessFlag> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.

      • getVerbose

         String getVerbose()

        Verbose form of the flag suitable for printing a list of access flags

      • getSinceJava

         final String getSinceJava()

        the first Java version that supports this access flag