public interface Opcodes
static final int OPCODE_NOP
static final int OPCODE_ACONST_NULL
static final int OPCODE_ICONST_M1
static final int OPCODE_ICONST_0
static final int OPCODE_ICONST_1
static final int OPCODE_ICONST_2
static final int OPCODE_ICONST_3
static final int OPCODE_ICONST_4
static final int OPCODE_ICONST_5
static final int OPCODE_LCONST_0
static final int OPCODE_LCONST_1
static final int OPCODE_FCONST_0
static final int OPCODE_FCONST_1
static final int OPCODE_FCONST_2
static final int OPCODE_DCONST_0
static final int OPCODE_DCONST_1
static final int OPCODE_BIPUSH
static final int OPCODE_SIPUSH
static final int OPCODE_LDC
static final int OPCODE_LDC_W
static final int OPCODE_LDC2_W
static final int OPCODE_ILOAD
static final int OPCODE_LLOAD
static final int OPCODE_FLOAD
static final int OPCODE_DLOAD
static final int OPCODE_ALOAD
static final int OPCODE_ILOAD_0
static final int OPCODE_ILOAD_1
static final int OPCODE_ILOAD_2
static final int OPCODE_ILOAD_3
static final int OPCODE_LLOAD_0
static final int OPCODE_LLOAD_1
static final int OPCODE_LLOAD_2
static final int OPCODE_LLOAD_3
static final int OPCODE_FLOAD_0
static final int OPCODE_FLOAD_1
static final int OPCODE_FLOAD_2
static final int OPCODE_FLOAD_3
static final int OPCODE_DLOAD_0
static final int OPCODE_DLOAD_1
static final int OPCODE_DLOAD_2
static final int OPCODE_DLOAD_3
static final int OPCODE_ALOAD_0
static final int OPCODE_ALOAD_1
static final int OPCODE_ALOAD_2
static final int OPCODE_ALOAD_3
static final int OPCODE_IALOAD
static final int OPCODE_LALOAD
static final int OPCODE_FALOAD
static final int OPCODE_DALOAD
static final int OPCODE_AALOAD
static final int OPCODE_BALOAD
static final int OPCODE_CALOAD
static final int OPCODE_SALOAD
static final int OPCODE_ISTORE
static final int OPCODE_LSTORE
static final int OPCODE_FSTORE
static final int OPCODE_DSTORE
static final int OPCODE_ASTORE
static final int OPCODE_ISTORE_0
static final int OPCODE_ISTORE_1
static final int OPCODE_ISTORE_2
static final int OPCODE_ISTORE_3
static final int OPCODE_LSTORE_0
static final int OPCODE_LSTORE_1
static final int OPCODE_LSTORE_2
static final int OPCODE_LSTORE_3
static final int OPCODE_FSTORE_0
static final int OPCODE_FSTORE_1
static final int OPCODE_FSTORE_2
static final int OPCODE_FSTORE_3
static final int OPCODE_DSTORE_0
static final int OPCODE_DSTORE_1
static final int OPCODE_DSTORE_2
static final int OPCODE_DSTORE_3
static final int OPCODE_ASTORE_0
static final int OPCODE_ASTORE_1
static final int OPCODE_ASTORE_2
static final int OPCODE_ASTORE_3
static final int OPCODE_IASTORE
static final int OPCODE_LASTORE
static final int OPCODE_FASTORE
static final int OPCODE_DASTORE
static final int OPCODE_AASTORE
static final int OPCODE_BASTORE
static final int OPCODE_CASTORE
static final int OPCODE_SASTORE
static final int OPCODE_POP
static final int OPCODE_POP2
static final int OPCODE_DUP
static final int OPCODE_DUP_X1
static final int OPCODE_DUP_X2
static final int OPCODE_DUP2
static final int OPCODE_DUP2_X1
static final int OPCODE_DUP2_X2
static final int OPCODE_SWAP
static final int OPCODE_IADD
static final int OPCODE_LADD
static final int OPCODE_FADD
static final int OPCODE_DADD
static final int OPCODE_ISUB
static final int OPCODE_LSUB
static final int OPCODE_FSUB
static final int OPCODE_DSUB
static final int OPCODE_IMUL
static final int OPCODE_LMUL
static final int OPCODE_FMUL
static final int OPCODE_DMUL
static final int OPCODE_IDIV
static final int OPCODE_LDIV
static final int OPCODE_FDIV
static final int OPCODE_DDIV
static final int OPCODE_IREM
static final int OPCODE_LREM
static final int OPCODE_FREM
static final int OPCODE_DREM
static final int OPCODE_INEG
static final int OPCODE_LNEG
static final int OPCODE_FNEG
static final int OPCODE_DNEG
static final int OPCODE_ISHL
static final int OPCODE_LSHL
static final int OPCODE_ISHR
static final int OPCODE_LSHR
static final int OPCODE_IUSHR
static final int OPCODE_LUSHR
static final int OPCODE_IAND
static final int OPCODE_LAND
static final int OPCODE_IOR
static final int OPCODE_LOR
static final int OPCODE_IXOR
static final int OPCODE_LXOR
static final int OPCODE_IINC
static final int OPCODE_I2L
static final int OPCODE_I2F
static final int OPCODE_I2D
static final int OPCODE_L2I
static final int OPCODE_L2F
static final int OPCODE_L2D
static final int OPCODE_F2I
static final int OPCODE_F2L
static final int OPCODE_F2D
static final int OPCODE_D2I
static final int OPCODE_D2L
static final int OPCODE_D2F
static final int OPCODE_I2B
static final int OPCODE_I2C
static final int OPCODE_I2S
static final int OPCODE_LCMP
static final int OPCODE_FCMPL
static final int OPCODE_FCMPG
static final int OPCODE_DCMPL
static final int OPCODE_DCMPG
static final int OPCODE_IFEQ
static final int OPCODE_IFNE
static final int OPCODE_IFLT
static final int OPCODE_IFGE
static final int OPCODE_IFGT
static final int OPCODE_IFLE
static final int OPCODE_IF_ICMPEQ
static final int OPCODE_IF_ICMPNE
static final int OPCODE_IF_ICMPLT
static final int OPCODE_IF_ICMPGE
static final int OPCODE_IF_ICMPGT
static final int OPCODE_IF_ICMPLE
static final int OPCODE_IF_ACMPEQ
static final int OPCODE_IF_ACMPNE
static final int OPCODE_GOTO
static final int OPCODE_JSR
static final int OPCODE_RET
static final int OPCODE_TABLESWITCH
static final int OPCODE_LOOKUPSWITCH
static final int OPCODE_IRETURN
static final int OPCODE_LRETURN
static final int OPCODE_FRETURN
static final int OPCODE_DRETURN
static final int OPCODE_ARETURN
static final int OPCODE_RETURN
static final int OPCODE_GETSTATIC
static final int OPCODE_PUTSTATIC
static final int OPCODE_GETFIELD
static final int OPCODE_PUTFIELD
static final int OPCODE_INVOKEVIRTUAL
static final int OPCODE_INVOKESPECIAL
static final int OPCODE_INVOKESTATIC
static final int OPCODE_INVOKEINTERFACE
static final int OPCODE_INVOKEDYNAMIC
static final int OPCODE_NEW
static final int OPCODE_NEWARRAY
static final int OPCODE_ANEWARRAY
static final int OPCODE_ARRAYLENGTH
static final int OPCODE_ATHROW
static final int OPCODE_CHECKCAST
static final int OPCODE_INSTANCEOF
static final int OPCODE_MONITORENTER
static final int OPCODE_MONITOREXIT
static final int OPCODE_WIDE
static final int OPCODE_MULTIANEWARRAY
static final int OPCODE_IFNULL
static final int OPCODE_IFNONNULL
static final int OPCODE_GOTO_W
static final int OPCODE_JSR_W
static final int OPCODE_BREAKPOINT
static final int OPCODE_IMPDEP1
static final int OPCODE_IMPDEP2
static final int NEWARRAY_T_BOOLEAN
static final int NEWARRAY_T_CHAR
static final int NEWARRAY_T_FLOAT
static final int NEWARRAY_T_DOUBLE
static final int NEWARRAY_T_BYTE
static final int NEWARRAY_T_SHORT
static final int NEWARRAY_T_INT
static final int NEWARRAY_T_LONG