pnuts.compiler
Interface Opcode
- All Known Implementing Classes:
- Compiler, JavaAdapter
- public interface Opcode
NOP
public static final byte NOP
ACONST_NULL
public static final byte ACONST_NULL
ICONST_M1
public static final byte ICONST_M1
ICONST_0
public static final byte ICONST_0
ICONST_1
public static final byte ICONST_1
ICONST_2
public static final byte ICONST_2
ICONST_3
public static final byte ICONST_3
ICONST_4
public static final byte ICONST_4
ICONST_5
public static final byte ICONST_5
LCONST_0
public static final byte LCONST_0
LCONST_1
public static final byte LCONST_1
FCONST_0
public static final byte FCONST_0
FCONST_1
public static final byte FCONST_1
FCONST_2
public static final byte FCONST_2
DCONST_0
public static final byte DCONST_0
DCONST_1
public static final byte DCONST_1
BIPUSH
public static final byte BIPUSH
SIPUSH
public static final byte SIPUSH
LDC
public static final byte LDC
LDC_W
public static final byte LDC_W
LDC2_W
public static final byte LDC2_W
ILOAD
public static final byte ILOAD
LLOAD
public static final byte LLOAD
FLOAD
public static final byte FLOAD
DLOAD
public static final byte DLOAD
ALOAD
public static final byte ALOAD
ILOAD_0
public static final byte ILOAD_0
ILOAD_1
public static final byte ILOAD_1
ILOAD_2
public static final byte ILOAD_2
ILOAD_3
public static final byte ILOAD_3
LLOAD_0
public static final byte LLOAD_0
LLOAD_1
public static final byte LLOAD_1
LLOAD_2
public static final byte LLOAD_2
LLOAD_3
public static final byte LLOAD_3
FLOAD_0
public static final byte FLOAD_0
FLOAD_1
public static final byte FLOAD_1
FLOAD_2
public static final byte FLOAD_2
FLOAD_3
public static final byte FLOAD_3
DLOAD_0
public static final byte DLOAD_0
DLOAD_1
public static final byte DLOAD_1
DLOAD_2
public static final byte DLOAD_2
DLOAD_3
public static final byte DLOAD_3
ALOAD_0
public static final byte ALOAD_0
ALOAD_1
public static final byte ALOAD_1
ALOAD_2
public static final byte ALOAD_2
ALOAD_3
public static final byte ALOAD_3
IALOAD
public static final byte IALOAD
LALOAD
public static final byte LALOAD
FALOAD
public static final byte FALOAD
DALOAD
public static final byte DALOAD
AALOAD
public static final byte AALOAD
BALOAD
public static final byte BALOAD
CALOAD
public static final byte CALOAD
SALOAD
public static final byte SALOAD
ISTORE
public static final byte ISTORE
LSTORE
public static final byte LSTORE
FSTORE
public static final byte FSTORE
DSTORE
public static final byte DSTORE
ASTORE
public static final byte ASTORE
ISTORE_0
public static final byte ISTORE_0
ISTORE_1
public static final byte ISTORE_1
ISTORE_2
public static final byte ISTORE_2
ISTORE_3
public static final byte ISTORE_3
LSTORE_0
public static final byte LSTORE_0
LSTORE_1
public static final byte LSTORE_1
LSTORE_2
public static final byte LSTORE_2
LSTORE_3
public static final byte LSTORE_3
FSTORE_0
public static final byte FSTORE_0
FSTORE_1
public static final byte FSTORE_1
FSTORE_2
public static final byte FSTORE_2
FSTORE_3
public static final byte FSTORE_3
DSTORE_0
public static final byte DSTORE_0
DSTORE_1
public static final byte DSTORE_1
DSTORE_2
public static final byte DSTORE_2
DSTORE_3
public static final byte DSTORE_3
ASTORE_0
public static final byte ASTORE_0
ASTORE_1
public static final byte ASTORE_1
ASTORE_2
public static final byte ASTORE_2
ASTORE_3
public static final byte ASTORE_3
IASTORE
public static final byte IASTORE
LASTORE
public static final byte LASTORE
FASTORE
public static final byte FASTORE
DASTORE
public static final byte DASTORE
AASTORE
public static final byte AASTORE
BASTORE
public static final byte BASTORE
CASTORE
public static final byte CASTORE
SASTORE
public static final byte SASTORE
POP
public static final byte POP
POP2
public static final byte POP2
DUP
public static final byte DUP
DUP_X1
public static final byte DUP_X1
DUP_X2
public static final byte DUP_X2
DUP2
public static final byte DUP2
DUP2_X1
public static final byte DUP2_X1
DUP2_X2
public static final byte DUP2_X2
SWAP
public static final byte SWAP
IADD
public static final byte IADD
LADD
public static final byte LADD
FADD
public static final byte FADD
DADD
public static final byte DADD
ISUB
public static final byte ISUB
LSUB
public static final byte LSUB
FSUB
public static final byte FSUB
DSUB
public static final byte DSUB
IMUL
public static final byte IMUL
LMUL
public static final byte LMUL
FMUL
public static final byte FMUL
DMUL
public static final byte DMUL
IDIV
public static final byte IDIV
LDIV
public static final byte LDIV
FDIV
public static final byte FDIV
DDIV
public static final byte DDIV
IREM
public static final byte IREM
LREM
public static final byte LREM
FREM
public static final byte FREM
DREM
public static final byte DREM
INEG
public static final byte INEG
LNEG
public static final byte LNEG
FNEG
public static final byte FNEG
DNEG
public static final byte DNEG
ISHL
public static final byte ISHL
LSHL
public static final byte LSHL
ISHR
public static final byte ISHR
LSHR
public static final byte LSHR
IUSHR
public static final byte IUSHR
LUSHR
public static final byte LUSHR
IAND
public static final byte IAND
LAND
public static final byte LAND
IOR
public static final byte IOR
LOR
public static final byte LOR
IXOR
public static final byte IXOR
LXOR
public static final byte LXOR
IINC
public static final byte IINC
I2L
public static final byte I2L
I2F
public static final byte I2F
I2D
public static final byte I2D
L2I
public static final byte L2I
L2F
public static final byte L2F
L2D
public static final byte L2D
F2I
public static final byte F2I
F2L
public static final byte F2L
F2D
public static final byte F2D
D2I
public static final byte D2I
D2L
public static final byte D2L
D2F
public static final byte D2F
I2B
public static final byte I2B
I2C
public static final byte I2C
I2S
public static final byte I2S
LCMP
public static final byte LCMP
FCMPL
public static final byte FCMPL
FCMPG
public static final byte FCMPG
DCMPL
public static final byte DCMPL
DCMPG
public static final byte DCMPG
IFEQ
public static final byte IFEQ
IFNE
public static final byte IFNE
IFLT
public static final byte IFLT
IFGE
public static final byte IFGE
IFGT
public static final byte IFGT
IFLE
public static final byte IFLE
IF_ICMPEQ
public static final byte IF_ICMPEQ
IF_ICMPNE
public static final byte IF_ICMPNE
IF_ICMPLT
public static final byte IF_ICMPLT
IF_ICMPGE
public static final byte IF_ICMPGE
IF_ICMPGT
public static final byte IF_ICMPGT
IF_ICMPLE
public static final byte IF_ICMPLE
IF_ACMPEQ
public static final byte IF_ACMPEQ
IF_ACMPNE
public static final byte IF_ACMPNE
GOTO
public static final byte GOTO
JSR
public static final byte JSR
RET
public static final byte RET
TABLESWITCH
public static final byte TABLESWITCH
LOOKUPSWITCH
public static final byte LOOKUPSWITCH
IRETURN
public static final byte IRETURN
LRETURN
public static final byte LRETURN
FRETURN
public static final byte FRETURN
DRETURN
public static final byte DRETURN
ARETURN
public static final byte ARETURN
RETURN
public static final byte RETURN
GETSTATIC
public static final byte GETSTATIC
PUTSTATIC
public static final byte PUTSTATIC
GETFIELD
public static final byte GETFIELD
PUTFIELD
public static final byte PUTFIELD
INVOKEVIRTUAL
public static final byte INVOKEVIRTUAL
INVOKESPECIAL
public static final byte INVOKESPECIAL
INVOKESTATIC
public static final byte INVOKESTATIC
INVOKEINTERFACE
public static final byte INVOKEINTERFACE
NEW
public static final byte NEW
NEWARRAY
public static final byte NEWARRAY
ANEWARRAY
public static final byte ANEWARRAY
ARRAYLENGTH
public static final byte ARRAYLENGTH
ATHROW
public static final byte ATHROW
CHECKCAST
public static final byte CHECKCAST
INSTANCEOF
public static final byte INSTANCEOF
MONITORENTER
public static final byte MONITORENTER
MONITOREXIT
public static final byte MONITOREXIT
WIDE
public static final byte WIDE
MULTIANEWARRAY
public static final byte MULTIANEWARRAY
IFNULL
public static final byte IFNULL
IFNONNULL
public static final byte IFNONNULL
GOTO_W
public static final byte GOTO_W
JSR_W
public static final byte JSR_W
BREAKPOINT
public static final byte BREAKPOINT
LDC_QUICK
public static final byte LDC_QUICK
LDC_W_QUICK
public static final byte LDC_W_QUICK
LDC2_W_QUICK
public static final byte LDC2_W_QUICK
GETFIELD_QUICK
public static final byte GETFIELD_QUICK
PUTFIELD_QUICK
public static final byte PUTFIELD_QUICK
GETFIELD2_QUICK
public static final byte GETFIELD2_QUICK
PUTFIELD2_QUICK
public static final byte PUTFIELD2_QUICK
GETSTATIC_QUICK
public static final byte GETSTATIC_QUICK
PUTSTATIC_QUICK
public static final byte PUTSTATIC_QUICK
GETSTATIC2_QUICK
public static final byte GETSTATIC2_QUICK
PUTSTATIC2_QUICK
public static final byte PUTSTATIC2_QUICK
INVOKEVIRTUAL_QUICK
public static final byte INVOKEVIRTUAL_QUICK
INVOKENONVIRTUAL_QUICK
public static final byte INVOKENONVIRTUAL_QUICK
INVOKESUPER_QUICK
public static final byte INVOKESUPER_QUICK
INVOKESTATIC_QUICK
public static final byte INVOKESTATIC_QUICK
INVOKEINTERFACE_QUICK
public static final byte INVOKEINTERFACE_QUICK
INVOKEVIRTUALOBJECT_QUICK
public static final byte INVOKEVIRTUALOBJECT_QUICK
NEW_QUICK
public static final byte NEW_QUICK
ANEWARRAY_QUICK
public static final byte ANEWARRAY_QUICK
MULTIANEWARRAY_QUICK
public static final byte MULTIANEWARRAY_QUICK
CHECKCAST_QUICK
public static final byte CHECKCAST_QUICK
INSTANCEOF_QUICK
public static final byte INSTANCEOF_QUICK
INVOKEVIRTUAL_QUICK_W
public static final byte INVOKEVIRTUAL_QUICK_W
GETFIELD_QUICK_W
public static final byte GETFIELD_QUICK_W
PUTFIELD_QUICK_W
public static final byte PUTFIELD_QUICK_W
IMPDEP1
public static final byte IMPDEP1
IMPDEP2
public static final byte IMPDEP2
T_BOOLEAN
public static final byte T_BOOLEAN
- Types for the NEWARRAY opcode.
T_CHAR
public static final byte T_CHAR
T_FLOAT
public static final byte T_FLOAT
T_DOUBLE
public static final byte T_DOUBLE
T_BYTE
public static final byte T_BYTE
T_SHORT
public static final byte T_SHORT
T_INT
public static final byte T_INT
T_LONG
public static final byte T_LONG
stackGrowth
public static final byte[] stackGrowth
- The effect on the operand stack of a given opcode.