Class JavaFlags
java.lang.Object
com.pnfsoftware.jeb.core.units.code.java.JavaFlags
Java code flags.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
The aggregate of all flags typically allowed for class items.static final int
The aggregate of all flags typically allowed for field items.static final int
The aggregate of all flags typically allowed for method items.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PUBLIC
public static final int PUBLIC- See Also:
-
PRIVATE
public static final int PRIVATE- See Also:
-
PROTECTED
public static final int PROTECTED- See Also:
-
STATIC
public static final int STATIC- See Also:
-
FINAL
public static final int FINAL- See Also:
-
SYNCHRONIZED
public static final int SYNCHRONIZED- See Also:
-
VOLATILE
public static final int VOLATILE- See Also:
-
BRIDGE
public static final int BRIDGE- See Also:
-
TRANSIENT
public static final int TRANSIENT- See Also:
-
VARARGS
public static final int VARARGS- See Also:
-
NATIVE
public static final int NATIVE- See Also:
-
INTERFACE
public static final int INTERFACE- See Also:
-
ABSTRACT
public static final int ABSTRACT- See Also:
-
STRICT
public static final int STRICT- See Also:
-
SYNTHETIC
public static final int SYNTHETIC- See Also:
-
ANNOTATION
public static final int ANNOTATION- See Also:
-
ENUMERATION
public static final int ENUMERATION- See Also:
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
DECLARED_SYNCHRONIZED
public static final int DECLARED_SYNCHRONIZED- See Also:
-
INNER
public static final int INNER- See Also:
-
ANONYMOUS
public static final int ANONYMOUS- See Also:
-
ALLOWED_CLASS
public static final int ALLOWED_CLASSThe aggregate of all flags typically allowed for class items.- See Also:
-
ALLOWED_FIELD
public static final int ALLOWED_FIELDThe aggregate of all flags typically allowed for field items.- See Also:
-
ALLOWED_METHOD
public static final int ALLOWED_METHODThe aggregate of all flags typically allowed for method items.- See Also:
-
-
Constructor Details
-
JavaFlags
public JavaFlags()
-