|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The Modifiers interface defines access modifier flags.
The flag values are defined according to those specified in the
Java Virtual Machine Specification document and must not be changed.
| Field Summary | |
static int |
ACC_ABSTRACT
Constant representing the abstract modifier. |
static int |
ACC_FINAL
Constant representing the final modifier. |
static int |
ACC_INTERFACE
Constant representing the interface modifier. |
static int |
ACC_NATIVE
Constant representing the native modifier. |
static int |
ACC_PRIVATE
Constant representing the private modifier. |
static int |
ACC_PROTECTED
Constant representing the protected modifier. |
static int |
ACC_PUBLIC
Constant representing the public modifier. |
static int |
ACC_STATIC
Constant representing the static modifier. |
static int |
ACC_STRICTFP
Constant representing the strictfp modifier. |
static int |
ACC_SYNCHRONIZED
Constant representing the synchronized modifier. |
static int |
ACC_TRANSIENT
Constant representing the transient modifier. |
static int |
ACC_VOLATILE
Constant representing the volatile modifier. |
| Field Detail |
public static final int ACC_ABSTRACT
abstract modifier.public static final int ACC_FINAL
final modifier.public static final int ACC_INTERFACE
interface modifier.public static final int ACC_NATIVE
native modifier.public static final int ACC_PRIVATE
private modifier.public static final int ACC_PROTECTED
protected modifier.public static final int ACC_PUBLIC
public modifier.public static final int ACC_STATIC
static modifier.public static final int ACC_STRICTFP
strictfp modifier.public static final int ACC_SYNCHRONIZED
synchronized modifier.public static final int ACC_TRANSIENT
transient modifier.public static final int ACC_VOLATILE
volatile modifier.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||