public interface Constants
Modifier and Type | Field and Description |
---|---|
static short |
ACC_ABSTRACT |
static short |
ACC_FINAL |
static short |
ACC_INTERFACE |
static short |
ACC_NATIVE |
static short |
ACC_PRIVATE |
static short |
ACC_PROTECTED |
static short |
ACC_PUBLIC |
static short |
ACC_STATIC |
static short |
ACC_SYNCHRONIZED |
static short |
ACC_TRANSIENT |
static short |
ACC_VOLATILE |
static byte |
CONSTANT_Class |
static byte |
CONSTANT_Double |
static byte |
CONSTANT_Fieldref |
static byte |
CONSTANT_Float |
static byte |
CONSTANT_Integer |
static byte |
CONSTANT_InterfaceMethodref |
static byte |
CONSTANT_Long |
static byte |
CONSTANT_Methodref |
static byte |
CONSTANT_NameAndType |
static byte |
CONSTANT_String |
static byte |
CONSTANT_Utf8 |
static final byte CONSTANT_Class
static final byte CONSTANT_Fieldref
static final byte CONSTANT_Methodref
static final byte CONSTANT_InterfaceMethodref
static final byte CONSTANT_String
static final byte CONSTANT_Integer
static final byte CONSTANT_Float
static final byte CONSTANT_Long
static final byte CONSTANT_Double
static final byte CONSTANT_NameAndType
static final byte CONSTANT_Utf8
static final short ACC_PUBLIC
static final short ACC_PRIVATE
static final short ACC_PROTECTED
static final short ACC_STATIC
static final short ACC_FINAL
static final short ACC_VOLATILE
static final short ACC_TRANSIENT
static final short ACC_SYNCHRONIZED
static final short ACC_NATIVE
static final short ACC_INTERFACE
static final short ACC_ABSTRACT