java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.java.JavaFlags |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ABSTRACT | ||||||||||
int | ALLOWED_CLASS | The aggregate of all flags typically allowed for class items. | |||||||||
int | ALLOWED_FIELD | The aggregate of all flags typically allowed for field items. | |||||||||
int | ALLOWED_METHOD | The aggregate of all flags typically allowed for method items. | |||||||||
int | ANNOTATION | ||||||||||
int | ANONYMOUS | ||||||||||
int | BRIDGE | ||||||||||
int | CONSTRUCTOR | ||||||||||
int | DECLARED_SYNCHRONIZED | ||||||||||
int | ENUMERATION | ||||||||||
int | FINAL | ||||||||||
int | INNER | ||||||||||
int | INTERFACE | ||||||||||
int | NATIVE | ||||||||||
int | PRIVATE | ||||||||||
int | PROTECTED | ||||||||||
int | PUBLIC | ||||||||||
int | STATIC | ||||||||||
int | STRICT | ||||||||||
int | SYNCHRONIZED | ||||||||||
int | SYNTHETIC | ||||||||||
int | TRANSIENT | ||||||||||
int | VARARGS | ||||||||||
int | VOLATILE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JavaFlags() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The aggregate of all flags typically allowed for class items.
The aggregate of all flags typically allowed for field items.
The aggregate of all flags typically allowed for method items.