public interface IOpcodeMnemonics
Description of each opcode mnemonic according to the JVM specifications.
static int
AALOAD
AASTORE
ACONST_NULL
ALOAD
ALOAD_0
ALOAD_1
ALOAD_2
ALOAD_3
ANEWARRAY
ARETURN
ARRAYLENGTH
ASTORE
ASTORE_0
ASTORE_1
ASTORE_2
ASTORE_3
ATHROW
BALOAD
BASTORE
BIPUSH
BREAKPOINT
CALOAD
CASTORE
CHECKCAST
D2F
D2I
D2L
DADD
DALOAD
DASTORE
DCMPG
DCMPL
DCONST_0
DCONST_1
DDIV
DLOAD
DLOAD_0
DLOAD_1
DLOAD_2
DLOAD_3
DMUL
DNEG
DREM
DRETURN
DSTORE
DSTORE_0
DSTORE_1
DSTORE_2
DSTORE_3
DSUB
DUP
DUP_X1
DUP_X2
DUP2
DUP2_X1
DUP2_X2
F2D
F2I
F2L
FADD
FALOAD
FASTORE
FCMPG
FCMPL
FCONST_0
FCONST_1
FCONST_2
FDIV
FLOAD
FLOAD_0
FLOAD_1
FLOAD_2
FLOAD_3
FMUL
FNEG
FREM
FRETURN
FSTORE
FSTORE_0
FSTORE_1
FSTORE_2
FSTORE_3
FSUB
GETFIELD
GETSTATIC
GOTO
GOTO_W
I2B
I2C
I2D
I2F
I2L
I2S
IADD
IALOAD
IAND
IASTORE
ICONST_0
ICONST_1
ICONST_2
ICONST_3
ICONST_4
ICONST_5
ICONST_M1
IDIV
IF_ACMPEQ
IF_ACMPNE
IF_ICMPEQ
IF_ICMPGE
IF_ICMPGT
IF_ICMPLE
IF_ICMPLT
IF_ICMPNE
IFEQ
IFGE
IFGT
IFLE
IFLT
IFNE
IFNONNULL
IFNULL
IINC
ILOAD
ILOAD_0
ILOAD_1
ILOAD_2
ILOAD_3
IMPDEP1
IMPDEP2
IMUL
INEG
INSTANCEOF
INVOKEINTERFACE
INVOKESPECIAL
INVOKESTATIC
INVOKEVIRTUAL
IOR
IREM
IRETURN
ISHL
ISHR
ISTORE
ISTORE_0
ISTORE_1
ISTORE_2
ISTORE_3
ISUB
IUSHR
IXOR
JSR
JSR_W
L2D
L2F
L2I
LADD
LALOAD
LAND
LASTORE
LCMP
LCONST_0
LCONST_1
LDC
LDC_W
LDC2_W
LDIV
LLOAD
LLOAD_0
LLOAD_1
LLOAD_2
LLOAD_3
LMUL
LNEG
LOOKUPSWITCH
LOR
LREM
LRETURN
LSHL
LSHR
LSTORE
LSTORE_0
LSTORE_1
LSTORE_2
LSTORE_3
LSUB
LUSHR
LXOR
MONITORENTER
MONITOREXIT
MULTIANEWARRAY
NEW
NEWARRAY
NOP
POP
POP2
PUTFIELD
PUTSTATIC
RET
RETURN
SALOAD
SASTORE
SIPUSH
SWAP
TABLESWITCH
WIDE
static final int NOP
static final int ACONST_NULL
static final int ICONST_M1
static final int ICONST_0
static final int ICONST_1
static final int ICONST_2
static final int ICONST_3
static final int ICONST_4
static final int ICONST_5
static final int LCONST_0
static final int LCONST_1
static final int FCONST_0
static final int FCONST_1
static final int FCONST_2
static final int DCONST_0
static final int DCONST_1
static final int BIPUSH
static final int SIPUSH
static final int LDC
static final int LDC_W
static final int LDC2_W
static final int ILOAD
static final int LLOAD
static final int FLOAD
static final int DLOAD
static final int ALOAD
static final int ILOAD_0
static final int ILOAD_1
static final int ILOAD_2
static final int ILOAD_3
static final int LLOAD_0
static final int LLOAD_1
static final int LLOAD_2
static final int LLOAD_3
static final int FLOAD_0
static final int FLOAD_1
static final int FLOAD_2
static final int FLOAD_3
static final int DLOAD_0
static final int DLOAD_1
static final int DLOAD_2
static final int DLOAD_3
static final int ALOAD_0
static final int ALOAD_1
static final int ALOAD_2
static final int ALOAD_3
static final int IALOAD
static final int LALOAD
static final int FALOAD
static final int DALOAD
static final int AALOAD
static final int BALOAD
static final int CALOAD
static final int SALOAD
static final int ISTORE
static final int LSTORE
static final int FSTORE
static final int DSTORE
static final int ASTORE
static final int ISTORE_0
static final int ISTORE_1
static final int ISTORE_2
static final int ISTORE_3
static final int LSTORE_0
static final int LSTORE_1
static final int LSTORE_2
static final int LSTORE_3
static final int FSTORE_0
static final int FSTORE_1
static final int FSTORE_2
static final int FSTORE_3
static final int DSTORE_0
static final int DSTORE_1
static final int DSTORE_2
static final int DSTORE_3
static final int ASTORE_0
static final int ASTORE_1
static final int ASTORE_2
static final int ASTORE_3
static final int IASTORE
static final int LASTORE
static final int FASTORE
static final int DASTORE
static final int AASTORE
static final int BASTORE
static final int CASTORE
static final int SASTORE
static final int POP
static final int POP2
static final int DUP
static final int DUP_X1
static final int DUP_X2
static final int DUP2
static final int DUP2_X1
static final int DUP2_X2
static final int SWAP
static final int IADD
static final int LADD
static final int FADD
static final int DADD
static final int ISUB
static final int LSUB
static final int FSUB
static final int DSUB
static final int IMUL
static final int LMUL
static final int FMUL
static final int DMUL
static final int IDIV
static final int LDIV
static final int FDIV
static final int DDIV
static final int IREM
static final int LREM
static final int FREM
static final int DREM
static final int INEG
static final int LNEG
static final int FNEG
static final int DNEG
static final int ISHL
static final int LSHL
static final int ISHR
static final int LSHR
static final int IUSHR
static final int LUSHR
static final int IAND
static final int LAND
static final int IOR
static final int LOR
static final int IXOR
static final int LXOR
static final int IINC
static final int I2L
static final int I2F
static final int I2D
static final int L2I
static final int L2F
static final int L2D
static final int F2I
static final int F2L
static final int F2D
static final int D2I
static final int D2L
static final int D2F
static final int I2B
static final int I2C
static final int I2S
static final int LCMP
static final int FCMPL
static final int FCMPG
static final int DCMPL
static final int DCMPG
static final int IFEQ
static final int IFNE
static final int IFLT
static final int IFGE
static final int IFGT
static final int IFLE
static final int IF_ICMPEQ
static final int IF_ICMPNE
static final int IF_ICMPLT
static final int IF_ICMPGE
static final int IF_ICMPGT
static final int IF_ICMPLE
static final int IF_ACMPEQ
static final int IF_ACMPNE
static final int GOTO
static final int JSR
static final int RET
static final int TABLESWITCH
static final int LOOKUPSWITCH
static final int IRETURN
static final int LRETURN
static final int FRETURN
static final int DRETURN
static final int ARETURN
static final int RETURN
static final int GETSTATIC
static final int PUTSTATIC
static final int GETFIELD
static final int PUTFIELD
static final int INVOKEVIRTUAL
static final int INVOKESPECIAL
static final int INVOKESTATIC
static final int INVOKEINTERFACE
static final int NEW
static final int NEWARRAY
static final int ANEWARRAY
static final int ARRAYLENGTH
static final int ATHROW
static final int CHECKCAST
static final int INSTANCEOF
static final int MONITORENTER
static final int MONITOREXIT
static final int WIDE
static final int MULTIANEWARRAY
static final int IFNULL
static final int IFNONNULL
static final int GOTO_W
static final int JSR_W
static final int BREAKPOINT
static final int IMPDEP1
static final int IMPDEP2