public interface Constants
static final int MAGIC
static final int CONSTANT_Utf8
static final int CONSTANT_Integer
static final int CONSTANT_Float
static final int CONSTANT_Long
static final int CONSTANT_Double
static final int CONSTANT_Class
static final int CONSTANT_String
static final int CONSTANT_Fieldref
static final int CONSTANT_Methodref
static final int CONSTANT_InterfaceMethodref
static final int CONSTANT_NameAndType
static final int CONSTANT_MethodHandle
static final int CONSTANT_MethodType
static final int CONSTANT_InvokeDynamic
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
static final int ACC_PUBLIC
static final int ACC_PRIVATE
static final int ACC_PROTECTED
static final int ACC_STATIC
static final int ACC_FINAL
static final int ACC_SUPER
static final int ACC_SYNCHRONIZED
static final int ACC_VOLATILE
static final int ACC_BRIDGE
static final int ACC_TRANSIENT
static final int ACC_VARARGS
static final int ACC_NATIVE
static final int ACC_INTERFACE
static final int ACC_ABSTRACT
static final int ACC_STRICT
static final int ACC_SYNTHETIC
static final int ACC_ANNOTATION
static final int ACC_ENUM
static final char DESCRIPTOR_VOID
static final char DESCRIPTOR_BOOLEAN
static final char DESCRIPTOR_BYTE
static final char DESCRIPTOR_CHAR
static final char DESCRIPTOR_SHORT
static final char DESCRIPTOR_INT
static final char DESCRIPTOR_FLOAT
static final char DESCRIPTOR_LONG
static final char DESCRIPTOR_DOUBLE
static final char DESCRIPTOR_ARRAY
static final char DESCRIPTOR_CLASS_NAME
static final char DESCRIPTOR_TYPE_PARAM
static final char DESCRIPTOR_SEMI
static final char DESCRIPTOR_PAREN_OPEN
static final char DESCRIPTOR_PAREN_CLOSE
static final byte OPCODE_nop
static final byte OPCODE_aconst_null
static final byte OPCODE_iconst_m1
static final byte OPCODE_iconst_0
static final byte OPCODE_iconst_1
static final byte OPCODE_iconst_2
static final byte OPCODE_iconst_3
static final byte OPCODE_iconst_4
static final byte OPCODE_iconst_5
static final byte OPCODE_lconst_0
static final byte OPCODE_lconst_1
static final byte OPCODE_fconst_0
static final byte OPCODE_fconst_1
static final byte OPCODE_fconst_2
static final byte OPCODE_dconst_0
static final byte OPCODE_dconst_1
static final byte OPCODE_bipush
static final byte OPCODE_sipush
static final byte OPCODE_ldc
static final byte OPCODE_ldc_w
static final byte OPCODE_ldc2_w
static final byte OPCODE_iload
static final byte OPCODE_lload
static final byte OPCODE_fload
static final byte OPCODE_dload
static final byte OPCODE_aload
static final byte OPCODE_iload_0
static final byte OPCODE_iload_1
static final byte OPCODE_iload_2
static final byte OPCODE_iload_3
static final byte OPCODE_lload_0
static final byte OPCODE_lload_1
static final byte OPCODE_lload_2
static final byte OPCODE_lload_3
static final byte OPCODE_fload_0
static final byte OPCODE_fload_1
static final byte OPCODE_fload_2
static final byte OPCODE_fload_3
static final byte OPCODE_dload_0
static final byte OPCODE_dload_1
static final byte OPCODE_dload_2
static final byte OPCODE_dload_3
static final byte OPCODE_aload_0
static final byte OPCODE_aload_1
static final byte OPCODE_aload_2
static final byte OPCODE_aload_3
static final byte OPCODE_iaload
static final byte OPCODE_laload
static final byte OPCODE_faload
static final byte OPCODE_daload
static final byte OPCODE_aaload
static final byte OPCODE_baload
static final byte OPCODE_caload
static final byte OPCODE_saload
static final byte OPCODE_istore
static final byte OPCODE_lstore
static final byte OPCODE_fstore
static final byte OPCODE_dstore
static final byte OPCODE_astore
static final byte OPCODE_istore_0
static final byte OPCODE_istore_1
static final byte OPCODE_istore_2
static final byte OPCODE_istore_3
static final byte OPCODE_lstore_0
static final byte OPCODE_lstore_1
static final byte OPCODE_lstore_2
static final byte OPCODE_lstore_3
static final byte OPCODE_fstore_0
static final byte OPCODE_fstore_1
static final byte OPCODE_fstore_2
static final byte OPCODE_fstore_3
static final byte OPCODE_dstore_0
static final byte OPCODE_dstore_1
static final byte OPCODE_dstore_2
static final byte OPCODE_dstore_3
static final byte OPCODE_astore_0
static final byte OPCODE_astore_1
static final byte OPCODE_astore_2
static final byte OPCODE_astore_3
static final byte OPCODE_iastore
static final byte OPCODE_lastore
static final byte OPCODE_fastore
static final byte OPCODE_dastore
static final byte OPCODE_aastore
static final byte OPCODE_bastore
static final byte OPCODE_castore
static final byte OPCODE_sastore
static final byte OPCODE_pop
static final byte OPCODE_pop2
static final byte OPCODE_dup
static final byte OPCODE_dup_x1
static final byte OPCODE_dup_x2
static final byte OPCODE_dup2
static final byte OPCODE_dup2_x1
static final byte OPCODE_dup2_x2
static final byte OPCODE_swap
static final byte OPCODE_iadd
static final byte OPCODE_ladd
static final byte OPCODE_fadd
static final byte OPCODE_dadd
static final byte OPCODE_isub
static final byte OPCODE_lsub
static final byte OPCODE_fsub
static final byte OPCODE_dsub
static final byte OPCODE_imul
static final byte OPCODE_lmul
static final byte OPCODE_fmul
static final byte OPCODE_dmul
static final byte OPCODE_idiv
static final byte OPCODE_ldiv
static final byte OPCODE_fdiv
static final byte OPCODE_ddiv
static final byte OPCODE_irem
static final byte OPCODE_lrem
static final byte OPCODE_frem
static final byte OPCODE_drem
static final byte OPCODE_ineg
static final byte OPCODE_lneg
static final byte OPCODE_fneg
static final byte OPCODE_dneg
static final byte OPCODE_ishl
static final byte OPCODE_lshl
static final byte OPCODE_ishr
static final byte OPCODE_lshr
static final byte OPCODE_iushr
static final byte OPCODE_lushr
static final byte OPCODE_iand
static final byte OPCODE_land
static final byte OPCODE_ior
static final byte OPCODE_lor
static final byte OPCODE_ixor
static final byte OPCODE_lxor
static final byte OPCODE_iinc
static final byte OPCODE_i2l
static final byte OPCODE_i2f
static final byte OPCODE_i2d
static final byte OPCODE_l2i
static final byte OPCODE_l2f
static final byte OPCODE_l2d
static final byte OPCODE_f2i
static final byte OPCODE_f2l
static final byte OPCODE_f2d
static final byte OPCODE_d2i
static final byte OPCODE_d2l
static final byte OPCODE_d2f
static final byte OPCODE_i2b
static final byte OPCODE_i2c
static final byte OPCODE_i2s
static final byte OPCODE_lcmp
static final byte OPCODE_fcmpl
static final byte OPCODE_fcmpg
static final byte OPCODE_dcmpl
static final byte OPCODE_dcmpg
static final byte OPCODE_ifeq
static final byte OPCODE_ifne
static final byte OPCODE_iflt
static final byte OPCODE_ifge
static final byte OPCODE_ifgt
static final byte OPCODE_ifle
static final byte OPCODE_if_icmpeq
static final byte OPCODE_if_icmpne
static final byte OPCODE_if_icmplt
static final byte OPCODE_if_icmpge
static final byte OPCODE_if_icmpgt
static final byte OPCODE_if_icmple
static final byte OPCODE_if_acmpeq
static final byte OPCODE_if_acmpne
static final byte OPCODE_goto
static final byte OPCODE_jsr
static final byte OPCODE_ret
static final byte OPCODE_tableswitch
static final byte OPCODE_lookupswitch
static final byte OPCODE_ireturn
static final byte OPCODE_lreturn
static final byte OPCODE_freturn
static final byte OPCODE_dreturn
static final byte OPCODE_areturn
static final byte OPCODE_return
static final byte OPCODE_getstatic
static final byte OPCODE_putstatic
static final byte OPCODE_getfield
static final byte OPCODE_putfield
static final byte OPCODE_invokevirtual
static final byte OPCODE_invokespecial
static final byte OPCODE_invokestatic
static final byte OPCODE_invokeinterface
static final byte OPCODE_invokedynamic
static final byte OPCODE_new
static final byte OPCODE_newarray
static final byte OPCODE_anewarray
static final byte OPCODE_arraylength
static final byte OPCODE_athrow
static final byte OPCODE_checkcast
static final byte OPCODE_instanceof
static final byte OPCODE_monitorenter
static final byte OPCODE_monitorexit
static final byte OPCODE_wide
static final byte OPCODE_multianewarray
static final byte OPCODE_ifnull
static final byte OPCODE_ifnonnull
static final byte OPCODE_goto_w
static final byte OPCODE_jsr_w
static final byte OPCODE_breakpoint
static final byte T_BOOLEAN
static final byte T_CHAR
static final byte T_FLOAT
static final byte T_DOUBLE
static final byte T_BYTE
static final byte T_SHORT
static final byte T_INT
static final byte T_LONG
static final Map<LLJava.HandleKind,Byte> handleKinds
static final Map<Byte,LLJava.HandleKind> handleKindsConverse
static final Map<LLJava.Modifier,Integer> classModifiers
static final Map<LLJava.Modifier,Integer> fieldModifiers
static final Map<LLJava.Modifier,Integer> methodModifiers
static final Map<LLJava.PrimitiveType,Character> primitiveDescriptors
static final Map<LLJava.Loadable,Byte> constantOpcodes
static final Map<LLJava.PrimitiveType,Byte> primitiveArrayTypes
static final Map<Byte,LLJava.PrimitiveType> primitiveArrayTypesConverse
see also the complete user documentation .