gnu.bytecode
public class Access extends Object
| Field Summary | |
|---|---|
| static short | ABSTRACT |
| static short | ANNOTATION |
| static short | BRIDGE |
| static short | CLASS_MODIFIERS |
| static short | ENUM |
| static short | FIELD_MODIFIERS |
| static short | FINAL |
| static short | INTERFACE |
| static short | METHOD_MODIFIERS |
| static short | NATIVE |
| static short | PRIVATE |
| static short | PROTECTED |
| static short | PUBLIC |
| static short | STATIC |
| static short | STRICT |
| static short | SUPER |
| static short | SYNCHRONIZED |
| static short | SYNTHETIC |
| static short | TRANSIENT |
| static short | VARARGS |
| static short | VOLATILE |
| Method Summary | |
|---|---|
| static String | toString(int flags) |
| static String | toString(int flags, char kind) Return a string naming the access bits in flags. |
Parameters: kind 'C' for a class, 'M' for a method, 'F' for a field.