public interface InstructionConstants
| Modifier and Type | Field and Description |
|---|---|
static byte |
ARRAY_T_BOOLEAN |
static byte |
ARRAY_T_BYTE |
static byte |
ARRAY_T_CHAR |
static byte |
ARRAY_T_DOUBLE |
static byte |
ARRAY_T_FLOAT |
static byte |
ARRAY_T_INT |
static byte |
ARRAY_T_LONG |
static byte |
ARRAY_T_SHORT |
static String[] |
NAMES |
static byte |
OP_AALOAD |
static byte |
OP_AASTORE |
static byte |
OP_ACONST_NULL |
static byte |
OP_ALOAD |
static byte |
OP_ALOAD_0 |
static byte |
OP_ALOAD_1 |
static byte |
OP_ALOAD_2 |
static byte |
OP_ALOAD_3 |
static byte |
OP_ANEWARRAY |
static byte |
OP_ARETURN |
static byte |
OP_ARRAYLENGTH |
static byte |
OP_ASTORE |
static byte |
OP_ASTORE_0 |
static byte |
OP_ASTORE_1 |
static byte |
OP_ASTORE_2 |
static byte |
OP_ASTORE_3 |
static byte |
OP_ATHROW |
static byte |
OP_BALOAD |
static byte |
OP_BASTORE |
static byte |
OP_BIPUSH |
static byte |
OP_CALOAD |
static byte |
OP_CASTORE |
static byte |
OP_CHECKCAST |
static byte |
OP_D2F |
static byte |
OP_D2I |
static byte |
OP_D2L |
static byte |
OP_DADD |
static byte |
OP_DALOAD |
static byte |
OP_DASTORE |
static byte |
OP_DCMPG |
static byte |
OP_DCMPL |
static byte |
OP_DCONST_0 |
static byte |
OP_DCONST_1 |
static byte |
OP_DDIV |
static byte |
OP_DLOAD |
static byte |
OP_DLOAD_0 |
static byte |
OP_DLOAD_1 |
static byte |
OP_DLOAD_2 |
static byte |
OP_DLOAD_3 |
static byte |
OP_DMUL |
static byte |
OP_DNEG |
static byte |
OP_DREM |
static byte |
OP_DRETURN |
static byte |
OP_DSTORE |
static byte |
OP_DSTORE_0 |
static byte |
OP_DSTORE_1 |
static byte |
OP_DSTORE_2 |
static byte |
OP_DSTORE_3 |
static byte |
OP_DSUB |
static byte |
OP_DUP |
static byte |
OP_DUP_X1 |
static byte |
OP_DUP_X2 |
static byte |
OP_DUP2 |
static byte |
OP_DUP2_X1 |
static byte |
OP_DUP2_X2 |
static byte |
OP_F2D |
static byte |
OP_F2I |
static byte |
OP_F2L |
static byte |
OP_FADD |
static byte |
OP_FALOAD |
static byte |
OP_FASTORE |
static byte |
OP_FCMPG |
static byte |
OP_FCMPL |
static byte |
OP_FCONST_0 |
static byte |
OP_FCONST_1 |
static byte |
OP_FCONST_2 |
static byte |
OP_FDIV |
static byte |
OP_FLOAD |
static byte |
OP_FLOAD_0 |
static byte |
OP_FLOAD_1 |
static byte |
OP_FLOAD_2 |
static byte |
OP_FLOAD_3 |
static byte |
OP_FMUL |
static byte |
OP_FNEG |
static byte |
OP_FREM |
static byte |
OP_FRETURN |
static byte |
OP_FSTORE |
static byte |
OP_FSTORE_0 |
static byte |
OP_FSTORE_1 |
static byte |
OP_FSTORE_2 |
static byte |
OP_FSTORE_3 |
static byte |
OP_FSUB |
static byte |
OP_GETFIELD |
static byte |
OP_GETSTATIC |
static byte |
OP_GOTO |
static byte |
OP_GOTO_W |
static byte |
OP_I2B |
static byte |
OP_I2C |
static byte |
OP_I2D |
static byte |
OP_I2F |
static byte |
OP_I2L |
static byte |
OP_I2S |
static byte |
OP_IADD |
static byte |
OP_IALOAD |
static byte |
OP_IAND |
static byte |
OP_IASTORE |
static byte |
OP_ICONST_0 |
static byte |
OP_ICONST_1 |
static byte |
OP_ICONST_2 |
static byte |
OP_ICONST_3 |
static byte |
OP_ICONST_4 |
static byte |
OP_ICONST_5 |
static byte |
OP_ICONST_M1 |
static byte |
OP_IDIV |
static byte |
OP_IFACMPEQ |
static byte |
OP_IFACMPNE |
static byte |
OP_IFEQ |
static byte |
OP_IFGE |
static byte |
OP_IFGT |
static byte |
OP_IFICMPEQ |
static byte |
OP_IFICMPGE |
static byte |
OP_IFICMPGT |
static byte |
OP_IFICMPLE |
static byte |
OP_IFICMPLT |
static byte |
OP_IFICMPNE |
static byte |
OP_IFLE |
static byte |
OP_IFLT |
static byte |
OP_IFNE |
static byte |
OP_IFNONNULL |
static byte |
OP_IFNULL |
static byte |
OP_IINC |
static byte |
OP_ILOAD |
static byte |
OP_ILOAD_0 |
static byte |
OP_ILOAD_1 |
static byte |
OP_ILOAD_2 |
static byte |
OP_ILOAD_3 |
static byte |
OP_IMUL |
static byte |
OP_INEG |
static byte |
OP_INSTANCEOF |
static byte |
OP_INVOKEDYNAMIC |
static byte |
OP_INVOKEINTERFACE |
static byte |
OP_INVOKESPECIAL |
static byte |
OP_INVOKESTATIC |
static byte |
OP_INVOKEVIRTUAL |
static byte |
OP_IOR |
static byte |
OP_IREM |
static byte |
OP_IRETURN |
static byte |
OP_ISHL |
static byte |
OP_ISHR |
static byte |
OP_ISTORE |
static byte |
OP_ISTORE_0 |
static byte |
OP_ISTORE_1 |
static byte |
OP_ISTORE_2 |
static byte |
OP_ISTORE_3 |
static byte |
OP_ISUB |
static byte |
OP_IUSHR |
static byte |
OP_IXOR |
static byte |
OP_JSR |
static byte |
OP_JSR_W |
static byte |
OP_L2D |
static byte |
OP_L2F |
static byte |
OP_L2I |
static byte |
OP_LADD |
static byte |
OP_LALOAD |
static byte |
OP_LAND |
static byte |
OP_LASTORE |
static byte |
OP_LCMP |
static byte |
OP_LCONST_0 |
static byte |
OP_LCONST_1 |
static byte |
OP_LDC |
static byte |
OP_LDC_W |
static byte |
OP_LDC2_W |
static byte |
OP_LDIV |
static byte |
OP_LLOAD |
static byte |
OP_LLOAD_0 |
static byte |
OP_LLOAD_1 |
static byte |
OP_LLOAD_2 |
static byte |
OP_LLOAD_3 |
static byte |
OP_LMUL |
static byte |
OP_LNEG |
static byte |
OP_LOOKUPSWITCH |
static byte |
OP_LOR |
static byte |
OP_LREM |
static byte |
OP_LRETURN |
static byte |
OP_LSHL |
static byte |
OP_LSHR |
static byte |
OP_LSTORE |
static byte |
OP_LSTORE_0 |
static byte |
OP_LSTORE_1 |
static byte |
OP_LSTORE_2 |
static byte |
OP_LSTORE_3 |
static byte |
OP_LSUB |
static byte |
OP_LUSHR |
static byte |
OP_LXOR |
static byte |
OP_MONITORENTER |
static byte |
OP_MONITOREXIT |
static byte |
OP_MULTIANEWARRAY |
static byte |
OP_NEW |
static byte |
OP_NEWARRAY |
static byte |
OP_NOP |
static byte |
OP_POP |
static byte |
OP_POP2 |
static byte |
OP_PUTFIELD |
static byte |
OP_PUTSTATIC |
static byte |
OP_RET |
static byte |
OP_RETURN |
static byte |
OP_SALOAD |
static byte |
OP_SASTORE |
static byte |
OP_SIPUSH |
static byte |
OP_SWAP |
static byte |
OP_TABLESWITCH |
static byte |
OP_WIDE |
static final byte OP_NOP
static final byte OP_ACONST_NULL
static final byte OP_ICONST_M1
static final byte OP_ICONST_0
static final byte OP_ICONST_1
static final byte OP_ICONST_2
static final byte OP_ICONST_3
static final byte OP_ICONST_4
static final byte OP_ICONST_5
static final byte OP_LCONST_0
static final byte OP_LCONST_1
static final byte OP_FCONST_0
static final byte OP_FCONST_1
static final byte OP_FCONST_2
static final byte OP_DCONST_0
static final byte OP_DCONST_1
static final byte OP_BIPUSH
static final byte OP_SIPUSH
static final byte OP_LDC
static final byte OP_LDC_W
static final byte OP_LDC2_W
static final byte OP_ILOAD
static final byte OP_LLOAD
static final byte OP_FLOAD
static final byte OP_DLOAD
static final byte OP_ALOAD
static final byte OP_ILOAD_0
static final byte OP_ILOAD_1
static final byte OP_ILOAD_2
static final byte OP_ILOAD_3
static final byte OP_LLOAD_0
static final byte OP_LLOAD_1
static final byte OP_LLOAD_2
static final byte OP_LLOAD_3
static final byte OP_FLOAD_0
static final byte OP_FLOAD_1
static final byte OP_FLOAD_2
static final byte OP_FLOAD_3
static final byte OP_DLOAD_0
static final byte OP_DLOAD_1
static final byte OP_DLOAD_2
static final byte OP_DLOAD_3
static final byte OP_ALOAD_0
static final byte OP_ALOAD_1
static final byte OP_ALOAD_2
static final byte OP_ALOAD_3
static final byte OP_IALOAD
static final byte OP_LALOAD
static final byte OP_FALOAD
static final byte OP_DALOAD
static final byte OP_AALOAD
static final byte OP_BALOAD
static final byte OP_CALOAD
static final byte OP_SALOAD
static final byte OP_ISTORE
static final byte OP_LSTORE
static final byte OP_FSTORE
static final byte OP_DSTORE
static final byte OP_ASTORE
static final byte OP_ISTORE_0
static final byte OP_ISTORE_1
static final byte OP_ISTORE_2
static final byte OP_ISTORE_3
static final byte OP_LSTORE_0
static final byte OP_LSTORE_1
static final byte OP_LSTORE_2
static final byte OP_LSTORE_3
static final byte OP_FSTORE_0
static final byte OP_FSTORE_1
static final byte OP_FSTORE_2
static final byte OP_FSTORE_3
static final byte OP_DSTORE_0
static final byte OP_DSTORE_1
static final byte OP_DSTORE_2
static final byte OP_DSTORE_3
static final byte OP_ASTORE_0
static final byte OP_ASTORE_1
static final byte OP_ASTORE_2
static final byte OP_ASTORE_3
static final byte OP_IASTORE
static final byte OP_LASTORE
static final byte OP_FASTORE
static final byte OP_DASTORE
static final byte OP_AASTORE
static final byte OP_BASTORE
static final byte OP_CASTORE
static final byte OP_SASTORE
static final byte OP_POP
static final byte OP_POP2
static final byte OP_DUP
static final byte OP_DUP_X1
static final byte OP_DUP_X2
static final byte OP_DUP2
static final byte OP_DUP2_X1
static final byte OP_DUP2_X2
static final byte OP_SWAP
static final byte OP_IADD
static final byte OP_LADD
static final byte OP_FADD
static final byte OP_DADD
static final byte OP_ISUB
static final byte OP_LSUB
static final byte OP_FSUB
static final byte OP_DSUB
static final byte OP_IMUL
static final byte OP_LMUL
static final byte OP_FMUL
static final byte OP_DMUL
static final byte OP_IDIV
static final byte OP_LDIV
static final byte OP_FDIV
static final byte OP_DDIV
static final byte OP_IREM
static final byte OP_LREM
static final byte OP_FREM
static final byte OP_DREM
static final byte OP_INEG
static final byte OP_LNEG
static final byte OP_FNEG
static final byte OP_DNEG
static final byte OP_ISHL
static final byte OP_LSHL
static final byte OP_ISHR
static final byte OP_LSHR
static final byte OP_IUSHR
static final byte OP_LUSHR
static final byte OP_IAND
static final byte OP_LAND
static final byte OP_IOR
static final byte OP_LOR
static final byte OP_IXOR
static final byte OP_LXOR
static final byte OP_IINC
static final byte OP_I2L
static final byte OP_I2F
static final byte OP_I2D
static final byte OP_L2I
static final byte OP_L2F
static final byte OP_L2D
static final byte OP_F2I
static final byte OP_F2L
static final byte OP_F2D
static final byte OP_D2I
static final byte OP_D2L
static final byte OP_D2F
static final byte OP_I2B
static final byte OP_I2C
static final byte OP_I2S
static final byte OP_LCMP
static final byte OP_FCMPL
static final byte OP_FCMPG
static final byte OP_DCMPL
static final byte OP_DCMPG
static final byte OP_IFEQ
static final byte OP_IFNE
static final byte OP_IFLT
static final byte OP_IFGE
static final byte OP_IFGT
static final byte OP_IFLE
static final byte OP_IFICMPEQ
static final byte OP_IFICMPNE
static final byte OP_IFICMPLT
static final byte OP_IFICMPGE
static final byte OP_IFICMPGT
static final byte OP_IFICMPLE
static final byte OP_IFACMPEQ
static final byte OP_IFACMPNE
static final byte OP_GOTO
static final byte OP_JSR
static final byte OP_RET
static final byte OP_TABLESWITCH
static final byte OP_LOOKUPSWITCH
static final byte OP_IRETURN
static final byte OP_LRETURN
static final byte OP_FRETURN
static final byte OP_DRETURN
static final byte OP_ARETURN
static final byte OP_RETURN
static final byte OP_GETSTATIC
static final byte OP_PUTSTATIC
static final byte OP_GETFIELD
static final byte OP_PUTFIELD
static final byte OP_INVOKEVIRTUAL
static final byte OP_INVOKESPECIAL
static final byte OP_INVOKESTATIC
static final byte OP_INVOKEINTERFACE
static final byte OP_INVOKEDYNAMIC
static final byte OP_NEW
static final byte OP_NEWARRAY
static final byte OP_ANEWARRAY
static final byte OP_ARRAYLENGTH
static final byte OP_ATHROW
static final byte OP_CHECKCAST
static final byte OP_INSTANCEOF
static final byte OP_MONITORENTER
static final byte OP_MONITOREXIT
static final byte OP_WIDE
static final byte OP_MULTIANEWARRAY
static final byte OP_IFNULL
static final byte OP_IFNONNULL
static final byte OP_GOTO_W
static final byte OP_JSR_W
static final String[] NAMES
static final byte ARRAY_T_BOOLEAN
static final byte ARRAY_T_CHAR
static final byte ARRAY_T_FLOAT
static final byte ARRAY_T_DOUBLE
static final byte ARRAY_T_BYTE
static final byte ARRAY_T_SHORT
static final byte ARRAY_T_INT
static final byte ARRAY_T_LONG
Copyright © 2015. All Rights Reserved.