public interface VMOpcode
Modifier and Type | Field and Description |
---|---|
static short |
AALOAD |
static short |
AASTORE |
static short |
ACONST_NULL |
static short |
ALOAD |
static short |
ALOAD_0 |
static short |
ALOAD_1 |
static short |
ALOAD_2 |
static short |
ALOAD_3 |
static short |
ANEWARRAY |
static short |
ARETURN |
static short |
ARRAYLENGTH |
static short |
ASTORE |
static short |
ASTORE_0 |
static short |
ASTORE_1 |
static short |
ASTORE_2 |
static short |
ASTORE_3 |
static short |
ATHROW |
static short |
BAD |
static short |
BALOAD |
static short |
BASTORE |
static short |
BIPUSH |
static short |
BREAKPOINT |
static short |
CALOAD |
static short |
CASTORE |
static short |
CHECKCAST |
static short |
D2F |
static short |
D2I |
static short |
D2L |
static short |
DADD |
static short |
DALOAD |
static short |
DASTORE |
static short |
DCMPG |
static short |
DCMPL |
static short |
DCONST_0 |
static short |
DCONST_1 |
static short |
DDIV |
static short |
DLOAD |
static short |
DLOAD_0 |
static short |
DLOAD_1 |
static short |
DLOAD_2 |
static short |
DLOAD_3 |
static short |
DMUL |
static short |
DNEG |
static short |
DREM |
static short |
DRETURN |
static short |
DSTORE |
static short |
DSTORE_0 |
static short |
DSTORE_1 |
static short |
DSTORE_2 |
static short |
DSTORE_3 |
static short |
DSUB |
static short |
DUP |
static short |
DUP_X1 |
static short |
DUP_X2 |
static short |
DUP2 |
static short |
DUP2_X1 |
static short |
DUP2_X2 |
static short |
F2D |
static short |
F2I |
static short |
F2L |
static short |
FADD |
static short |
FALOAD |
static short |
FASTORE |
static short |
FCMPG |
static short |
FCMPL |
static short |
FCONST_0 |
static short |
FCONST_1 |
static short |
FCONST_2 |
static short |
FDIV |
static short |
FLOAD |
static short |
FLOAD_0 |
static short |
FLOAD_1 |
static short |
FLOAD_2 |
static short |
FLOAD_3 |
static short |
FMUL |
static short |
FNEG |
static short |
FREM |
static short |
FRETURN |
static short |
FSTORE |
static short |
FSTORE_0 |
static short |
FSTORE_1 |
static short |
FSTORE_2 |
static short |
FSTORE_3 |
static short |
FSUB |
static short |
GETFIELD |
static short |
GETSTATIC |
static short |
GOTO |
static int |
GOTO_INS_LENGTH
Instruction length for GOTO etc.
|
static short |
GOTO_W |
static int |
GOTO_W_INS_LENGTH
Instruction length for GOTO_W.
|
static short |
I2B |
static short |
I2C |
static short |
I2D |
static short |
I2F |
static short |
I2L |
static short |
I2S |
static short |
IADD |
static short |
IALOAD |
static short |
IAND |
static short |
IASTORE |
static short |
ICONST_0 |
static short |
ICONST_1 |
static short |
ICONST_2 |
static short |
ICONST_3 |
static short |
ICONST_4 |
static short |
ICONST_5 |
static short |
ICONST_M1 |
static short |
IDIV |
static short |
IF_ACMPEQ |
static short |
IF_ACMPNE |
static short |
IF_ICMPEQ |
static short |
IF_ICMPGE |
static short |
IF_ICMPGT |
static short |
IF_ICMPLE |
static short |
IF_ICMPLT |
static short |
IF_ICMPNE |
static int |
IF_INS_LENGTH
Instruction length for IF (IFNULL, IFEQ) etc.
|
static short |
IFEQ |
static short |
IFGE |
static short |
IFGT |
static short |
IFLE |
static short |
IFLT |
static short |
IFNE |
static short |
IFNONNULL |
static short |
IFNULL |
static short |
IINC |
static short |
ILOAD |
static short |
ILOAD_0 |
static short |
ILOAD_1 |
static short |
ILOAD_2 |
static short |
ILOAD_3 |
static short |
IMUL |
static short |
INEG |
static short |
INSTANCEOF |
static short |
INVOKEINTERFACE |
static short |
INVOKESPECIAL |
static short |
INVOKESTATIC |
static short |
INVOKEVIRTUAL |
static short |
IOR |
static short |
IREM |
static short |
IRETURN |
static short |
ISHL |
static short |
ISHR |
static short |
ISTORE |
static short |
ISTORE_0 |
static short |
ISTORE_1 |
static short |
ISTORE_2 |
static short |
ISTORE_3 |
static short |
ISUB |
static short |
IUSHR |
static short |
IXOR |
static short |
JSR |
static short |
JSR_W |
static short |
L2D |
static short |
L2F |
static short |
L2I |
static short |
LADD |
static short |
LALOAD |
static short |
LAND |
static short |
LASTORE |
static short |
LCMP |
static short |
LCONST_0 |
static short |
LCONST_1 |
static short |
LDC |
static short |
LDC_W |
static short |
LDC2_W |
static short |
LDIV |
static short |
LLOAD |
static short |
LLOAD_0 |
static short |
LLOAD_1 |
static short |
LLOAD_2 |
static short |
LLOAD_3 |
static short |
LMUL |
static short |
LNEG |
static short |
LOOKUPSWITCH |
static short |
LOR |
static short |
LREM |
static short |
LRETURN |
static short |
LSHL |
static short |
LSHR |
static short |
LSTORE |
static short |
LSTORE_0 |
static short |
LSTORE_1 |
static short |
LSTORE_2 |
static short |
LSTORE_3 |
static short |
LSUB |
static short |
LUSHR |
static short |
LXOR |
static int |
MAX_CODE_LENGTH
Maximum code length in a single method.
|
static int |
MAX_CONSTANT_POOL_ENTRIES
Maximum number of entries in the constant pool.
|
static short |
MONITORENTER |
static short |
MONITOREXIT |
static short |
MULTIANEWARRAY |
static short |
NEW |
static short |
NEWARRAY |
static short |
NOP |
static short |
POP |
static short |
POP2 |
static short |
PUTFIELD |
static short |
PUTSTATIC |
static short |
RET |
static short |
RETURN |
static short |
SALOAD |
static short |
SASTORE |
static short |
SIPUSH |
static short |
SWAP |
static short |
TABLESWITCH |
static short |
WIDE |
static short |
XXXUNUSEDXXX |
static final short BAD
static final short NOP
static final short ACONST_NULL
static final short ICONST_M1
static final short ICONST_0
static final short ICONST_1
static final short ICONST_2
static final short ICONST_3
static final short ICONST_4
static final short ICONST_5
static final short LCONST_0
static final short LCONST_1
static final short FCONST_0
static final short FCONST_1
static final short FCONST_2
static final short DCONST_0
static final short DCONST_1
static final short BIPUSH
static final short SIPUSH
static final short LDC
static final short LDC_W
static final short LDC2_W
static final short ILOAD
static final short LLOAD
static final short FLOAD
static final short DLOAD
static final short ALOAD
static final short ILOAD_0
static final short ILOAD_1
static final short ILOAD_2
static final short ILOAD_3
static final short LLOAD_0
static final short LLOAD_1
static final short LLOAD_2
static final short LLOAD_3
static final short FLOAD_0
static final short FLOAD_1
static final short FLOAD_2
static final short FLOAD_3
static final short DLOAD_0
static final short DLOAD_1
static final short DLOAD_2
static final short DLOAD_3
static final short ALOAD_0
static final short ALOAD_1
static final short ALOAD_2
static final short ALOAD_3
static final short IALOAD
static final short LALOAD
static final short FALOAD
static final short DALOAD
static final short AALOAD
static final short BALOAD
static final short CALOAD
static final short SALOAD
static final short ISTORE
static final short LSTORE
static final short FSTORE
static final short DSTORE
static final short ASTORE
static final short ISTORE_0
static final short ISTORE_1
static final short ISTORE_2
static final short ISTORE_3
static final short LSTORE_0
static final short LSTORE_1
static final short LSTORE_2
static final short LSTORE_3
static final short FSTORE_0
static final short FSTORE_1
static final short FSTORE_2
static final short FSTORE_3
static final short DSTORE_0
static final short DSTORE_1
static final short DSTORE_2
static final short DSTORE_3
static final short ASTORE_0
static final short ASTORE_1
static final short ASTORE_2
static final short ASTORE_3
static final short IASTORE
static final short LASTORE
static final short FASTORE
static final short DASTORE
static final short AASTORE
static final short BASTORE
static final short CASTORE
static final short SASTORE
static final short POP
static final short POP2
static final short DUP
static final short DUP_X1
static final short DUP_X2
static final short DUP2
static final short DUP2_X1
static final short DUP2_X2
static final short SWAP
static final short IADD
static final short LADD
static final short FADD
static final short DADD
static final short ISUB
static final short LSUB
static final short FSUB
static final short DSUB
static final short IMUL
static final short LMUL
static final short FMUL
static final short DMUL
static final short IDIV
static final short LDIV
static final short FDIV
static final short DDIV
static final short IREM
static final short LREM
static final short FREM
static final short DREM
static final short INEG
static final short LNEG
static final short FNEG
static final short DNEG
static final short ISHL
static final short LSHL
static final short ISHR
static final short LSHR
static final short IUSHR
static final short LUSHR
static final short IAND
static final short LAND
static final short IOR
static final short LOR
static final short IXOR
static final short LXOR
static final short IINC
static final short I2L
static final short I2F
static final short I2D
static final short L2I
static final short L2F
static final short L2D
static final short F2I
static final short F2L
static final short F2D
static final short D2I
static final short D2L
static final short D2F
static final short I2B
static final short I2C
static final short I2S
static final short LCMP
static final short FCMPL
static final short FCMPG
static final short DCMPL
static final short DCMPG
static final short IFEQ
static final short IFNE
static final short IFLT
static final short IFGE
static final short IFGT
static final short IFLE
static final short IF_ICMPEQ
static final short IF_ICMPNE
static final short IF_ICMPLT
static final short IF_ICMPGE
static final short IF_ICMPGT
static final short IF_ICMPLE
static final short IF_ACMPEQ
static final short IF_ACMPNE
static final short GOTO
static final short JSR
static final short RET
static final short TABLESWITCH
static final short LOOKUPSWITCH
static final short IRETURN
static final short LRETURN
static final short FRETURN
static final short DRETURN
static final short ARETURN
static final short RETURN
static final short GETSTATIC
static final short PUTSTATIC
static final short GETFIELD
static final short PUTFIELD
static final short INVOKEVIRTUAL
static final short INVOKESPECIAL
static final short INVOKESTATIC
static final short INVOKEINTERFACE
static final short XXXUNUSEDXXX
static final short NEW
static final short NEWARRAY
static final short ANEWARRAY
static final short ARRAYLENGTH
static final short ATHROW
static final short CHECKCAST
static final short INSTANCEOF
static final short MONITORENTER
static final short MONITOREXIT
static final short WIDE
static final short MULTIANEWARRAY
static final short IFNULL
static final short IFNONNULL
static final short GOTO_W
static final short JSR_W
static final short BREAKPOINT
static final int MAX_CODE_LENGTH
static final int IF_INS_LENGTH
static final int GOTO_INS_LENGTH
static final int GOTO_W_INS_LENGTH
static final int MAX_CONSTANT_POOL_ENTRIES
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.