Class AccessFlags.ClassFlags

    • Field Detail

      • ACC_SUPER

        public static final int ACC_SUPER
        Treat superclass methods specially when invoked by the invokespecial instruction.
        See Also:
        Constant Field Values
      • ACC_VARARGS

        public static final int ACC_VARARGS
        Declared with variable number of arguments.
        See Also:
        Constant Field Values
      • ACC_INTERFACE

        public static final int ACC_INTERFACE
        Is an interface, not a class.
        See Also:
        Constant Field Values
      • ACC_ANNOTATION

        public static final int ACC_ANNOTATION
        Declared as an annotation type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClassFlags

        public ClassFlags()