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