Class AccessFlags.ClassFlags
java.lang.Object
org.vesalainen.bcc.AccessFlags
org.vesalainen.bcc.AccessFlags.ClassFlags
- Enclosing class:
AccessFlags
-
Nested Class Summary
Nested classes/interfaces inherited from class AccessFlags
AccessFlags.ClassFlags, AccessFlags.FieldFlags, AccessFlags.MethodFlags -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeclared as an annotation type.static final intIs an interface, not a class.static final intTreat superclass methods specially when invoked by the invokespecial instruction.static final intDeclared with variable number of arguments.Fields inherited from class AccessFlags
ACC_ABSTRACT, ACC_BRIDGE, ACC_ENUM, ACC_FINAL, ACC_NATIVE, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STRICT, ACC_SYNTHETIC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AccessFlags
getModifier, getModifier, getModifiers, getModifiers, isSynthetic, setModifiers
-
Field Details
-
ACC_SUPER
public static final int ACC_SUPERTreat superclass methods specially when invoked by the invokespecial instruction.- See Also:
-
ACC_VARARGS
public static final int ACC_VARARGSDeclared with variable number of arguments.- See Also:
-
ACC_INTERFACE
public static final int ACC_INTERFACEIs an interface, not a class.- See Also:
-
ACC_ANNOTATION
public static final int ACC_ANNOTATIONDeclared as an annotation type.- See Also:
-
-
Constructor Details
-
ClassFlags
public ClassFlags()
-