Field Summary |
|
final public static short | ABSTRACT The class or method is declared abstract. |
final public static short | FINAL The class, field, or method is declared final. |
final public static short | INTERFACE The class is an interface. |
final public static short | NATIVE The method is declared native. |
final public static short | PRIVATE The class, field, or method is declared private. |
final public static short | PROTECTED The class, field, or method is declared protected. |
final public static short | PUBLIC The class, field, or method is declared public. |
final public static short | STATIC The field or method is declared static. |
final public static short | SUPER The class calls methods in the superclass. |
final public static short | SYNCHRONIZED The method is declared synchronized. |
final public static short | TRANSIENT The field is declared transient. |
final public static short | VOLATILE The field is declared volatile. |