public interface ClassConstants
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_STRICT |
static short |
ACC_SUPER |
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_InvokeDynamic |
static byte |
CONSTANT_Long |
static byte |
CONSTANT_MethodHandle |
static byte |
CONSTANT_MethodRef |
static byte |
CONSTANT_MethodType |
static byte |
CONSTANT_NameAndType |
static byte |
CONSTANT_String |
static byte |
CONSTANT_Utf8 |
static int |
MAGIC |
static byte |
REF_getField |
static byte |
REF_getStatic |
static byte |
REF_invokeInterface |
static byte |
REF_invokeSpecial |
static byte |
REF_invokeStatic |
static byte |
REF_invokeVirtual |
static byte |
REF_newInvokeSpecial |
static byte |
REF_putField |
static byte |
REF_putStatic |
static final int MAGIC
static final byte CONSTANT_Utf8
static final byte CONSTANT_Integer
static final byte CONSTANT_Float
static final byte CONSTANT_Long
static final byte CONSTANT_Double
static final byte CONSTANT_Class
static final byte CONSTANT_String
static final byte CONSTANT_FieldRef
static final byte CONSTANT_MethodRef
static final byte CONSTANT_InterfaceMethodRef
static final byte CONSTANT_NameAndType
static final byte CONSTANT_MethodHandle
static final byte CONSTANT_MethodType
static final byte CONSTANT_InvokeDynamic
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_SYNCHRONIZED
static final short ACC_SUPER
static final short ACC_VOLATILE
static final short ACC_TRANSIENT
static final short ACC_NATIVE
static final short ACC_INTERFACE
static final short ACC_ABSTRACT
static final short ACC_STRICT
static final byte REF_getField
static final byte REF_getStatic
static final byte REF_putField
static final byte REF_putStatic
static final byte REF_invokeVirtual
static final byte REF_invokeStatic
static final byte REF_invokeSpecial
static final byte REF_newInvokeSpecial
static final byte REF_invokeInterface