Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.bytecode.Access
public class Access
extends java.lang.Object
Field Summary | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short | |
static short |
Method Summary | |
static String |
|
static String |
|
public static final short ABSTRACT
- Field Value:
- 1024
public static final short ANNOTATION
- Field Value:
- 8192
public static final short BRIDGE
- Field Value:
- 64
public static final short CLASS_MODIFIERS
- Field Value:
- 30257
public static final short ENUM
- Field Value:
- 16384
public static final short FIELD_MODIFIERS
- Field Value:
- 20703
public static final short FINAL
- Field Value:
- 16
public static final short INTERFACE
- Field Value:
- 512
public static final short METHOD_MODIFIERS
- Field Value:
- 7679
public static final short NATIVE
- Field Value:
- 256
public static final short PRIVATE
- Field Value:
- 2
public static final short PROTECTED
- Field Value:
- 4
public static final short PUBLIC
- Field Value:
- 1
public static final short STATIC
- Field Value:
- 8
public static final short STRICT
- Field Value:
- 2048
public static final short SUPER
- Field Value:
- 32
public static final short SYNCHRONIZED
- Field Value:
- 32
public static final short SYNTHETIC
- Field Value:
- 4096
public static final short TRANSIENT
- Field Value:
- 128
public static final short VARARGS
- Field Value:
- 128
public static final short VOLATILE
- Field Value:
- 64
public static String toString(int flags)
public 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.