bytecodes.h File Reference


Detailed Description

The list of byte codes is used by interpreter, jitrino, verifier, class_support and jvmti.


Enumerations

enum  JavaByteCodes {
  OPCODE_NOP = 0, OPCODE_ACONST_NULL, OPCODE_ICONST_M1, OPCODE_ICONST_0,
  OPCODE_ICONST_1, OPCODE_ICONST_2, OPCODE_ICONST_3, OPCODE_ICONST_4,
  OPCODE_ICONST_5, OPCODE_LCONST_0, OPCODE_LCONST_1, OPCODE_FCONST_0,
  OPCODE_FCONST_1, OPCODE_FCONST_2, OPCODE_DCONST_0, OPCODE_DCONST_1,
  OPCODE_BIPUSH, OPCODE_SIPUSH, OPCODE_LDC, OPCODE_LDC_W,
  OPCODE_LDC2_W, OPCODE_ILOAD, OPCODE_LLOAD, OPCODE_FLOAD,
  OPCODE_DLOAD, OPCODE_ALOAD, OPCODE_ILOAD_0, OPCODE_ILOAD_1,
  OPCODE_ILOAD_2, OPCODE_ILOAD_3, OPCODE_LLOAD_0, OPCODE_LLOAD_1,
  OPCODE_LLOAD_2, OPCODE_LLOAD_3, OPCODE_FLOAD_0, OPCODE_FLOAD_1,
  OPCODE_FLOAD_2, OPCODE_FLOAD_3, OPCODE_DLOAD_0, OPCODE_DLOAD_1,
  OPCODE_DLOAD_2, OPCODE_DLOAD_3, OPCODE_ALOAD_0, OPCODE_ALOAD_1,
  OPCODE_ALOAD_2, OPCODE_ALOAD_3, OPCODE_IALOAD, OPCODE_LALOAD,
  OPCODE_FALOAD, OPCODE_DALOAD, OPCODE_AALOAD, OPCODE_BALOAD,
  OPCODE_CALOAD, OPCODE_SALOAD, OPCODE_ISTORE, OPCODE_LSTORE,
  OPCODE_FSTORE, OPCODE_DSTORE, OPCODE_ASTORE, OPCODE_ISTORE_0,
  OPCODE_ISTORE_1, OPCODE_ISTORE_2, OPCODE_ISTORE_3, OPCODE_LSTORE_0,
  OPCODE_LSTORE_1, OPCODE_LSTORE_2, OPCODE_LSTORE_3, OPCODE_FSTORE_0,
  OPCODE_FSTORE_1, OPCODE_FSTORE_2, OPCODE_FSTORE_3, OPCODE_DSTORE_0,
  OPCODE_DSTORE_1, OPCODE_DSTORE_2, OPCODE_DSTORE_3, OPCODE_ASTORE_0,
  OPCODE_ASTORE_1, OPCODE_ASTORE_2, OPCODE_ASTORE_3, OPCODE_IASTORE,
  OPCODE_LASTORE, OPCODE_FASTORE, OPCODE_DASTORE, OPCODE_AASTORE,
  OPCODE_BASTORE, OPCODE_CASTORE, OPCODE_SASTORE, OPCODE_POP,
  OPCODE_POP2, OPCODE_DUP, OPCODE_DUP_X1, OPCODE_DUP_X2,
  OPCODE_DUP2, OPCODE_DUP2_X1, OPCODE_DUP2_X2, OPCODE_SWAP,
  OPCODE_IADD, OPCODE_LADD, OPCODE_FADD, OPCODE_DADD,
  OPCODE_ISUB, OPCODE_LSUB, OPCODE_FSUB, OPCODE_DSUB,
  OPCODE_IMUL, OPCODE_LMUL, OPCODE_FMUL, OPCODE_DMUL,
  OPCODE_IDIV, OPCODE_LDIV, OPCODE_FDIV, OPCODE_DDIV,
  OPCODE_IREM, OPCODE_LREM, OPCODE_FREM, OPCODE_DREM,
  OPCODE_INEG, OPCODE_LNEG, OPCODE_FNEG, OPCODE_DNEG,
  OPCODE_ISHL, OPCODE_LSHL, OPCODE_ISHR, OPCODE_LSHR,
  OPCODE_IUSHR, OPCODE_LUSHR, OPCODE_IAND, OPCODE_LAND,
  OPCODE_IOR, OPCODE_LOR, OPCODE_IXOR, OPCODE_LXOR,
  OPCODE_IINC, OPCODE_I2L, OPCODE_I2F, OPCODE_I2D,
  OPCODE_L2I, OPCODE_L2F, OPCODE_L2D, OPCODE_F2I,
  OPCODE_F2L, OPCODE_F2D, OPCODE_D2I, OPCODE_D2L,
  OPCODE_D2F, OPCODE_I2B, OPCODE_I2C, OPCODE_I2S,
  OPCODE_LCMP, OPCODE_FCMPL, OPCODE_FCMPG, OPCODE_DCMPL,
  OPCODE_DCMPG, OPCODE_IFEQ, OPCODE_IFNE, OPCODE_IFLT,
  OPCODE_IFGE, OPCODE_IFGT, OPCODE_IFLE, OPCODE_IF_ICMPEQ,
  OPCODE_IF_ICMPNE, OPCODE_IF_ICMPLT, OPCODE_IF_ICMPGE, OPCODE_IF_ICMPGT,
  OPCODE_IF_ICMPLE, OPCODE_IF_ACMPEQ, OPCODE_IF_ACMPNE, OPCODE_GOTO,
  OPCODE_JSR, OPCODE_RET, OPCODE_TABLESWITCH, OPCODE_LOOKUPSWITCH,
  OPCODE_IRETURN, OPCODE_LRETURN, OPCODE_FRETURN, OPCODE_DRETURN,
  OPCODE_ARETURN, OPCODE_RETURN, OPCODE_GETSTATIC, OPCODE_PUTSTATIC,
  OPCODE_GETFIELD, OPCODE_PUTFIELD, OPCODE_INVOKEVIRTUAL, OPCODE_INVOKESPECIAL,
  OPCODE_INVOKESTATIC, OPCODE_INVOKEINTERFACE, _OPCODE_UNDEFINED, OPCODE_NEW,
  OPCODE_NEWARRAY, OPCODE_ANEWARRAY, OPCODE_ARRAYLENGTH, OPCODE_ATHROW,
  OPCODE_CHECKCAST, OPCODE_INSTANCEOF, OPCODE_MONITORENTER, OPCODE_MONITOREXIT,
  OPCODE_WIDE, OPCODE_MULTIANEWARRAY, OPCODE_IFNULL, OPCODE_IFNONNULL,
  OPCODE_GOTO_W, OPCODE_JSR_W, OPCODE_COUNT, OPCODE_BREAKPOINT = OPCODE_COUNT
}
 Enumerator of bytecode opcodes. More...


Enumeration Type Documentation

enum JavaByteCodes

Enumerator of bytecode opcodes.

An enumerator sets up a correspondence between instruction mnemonics and instruction opcode values. An enumerator identifier contains instruction mnemonic. The value of the constant is the opcode value.

Enumerator:
OPCODE_NOP 
OPCODE_ACONST_NULL  Holds the opcode value of the nop instruction, 0x00.

See also:
The instruction description nop.
OPCODE_ICONST_M1  Holds the opcode value of the const_null instruction, 0x01.

See also:
The instruction description aconst_null.
OPCODE_ICONST_0  Holds the opcode value of the iconst_m1 instruction, 0x02.

See also:
The instruction description iconst_i.
OPCODE_ICONST_1  Holds the opcode value of the iconst_0 instruction, 0x03.

See also:
The instruction description iconst_0.
OPCODE_ICONST_2  Holds the opcode value of the iconst_1 instruction, 0x04.

See also:
The instruction description iconst_1.
OPCODE_ICONST_3  Holds the opcode value of the iconst_2 instruction, 0x05.

See also:
The instruction description iconst_2.
OPCODE_ICONST_4  Holds the opcode value of the iconst_3 instruction, 0x06.

See also:
The instruction description iconst_3.
OPCODE_ICONST_5  Holds the opcode value of the iconst_4 instruction, 0x07.

See also:
The instruction description iconst_4.
OPCODE_LCONST_0  Holds the opcode value of the iconst_5 instruction, 0x08.

See also:
The instruction description iconst_5.
OPCODE_LCONST_1  Holds the opcode value of the lconst_0 instruction, 0x09.

See also:
The instruction description lconst_0.
OPCODE_FCONST_0  Holds the opcode value of the lconst_1 instruction, 0x0a.

See also:
The instruction description lconst_1.
OPCODE_FCONST_1  Holds the opcode value of the fconst_0 instruction, 0x0b.

See also:
The instruction description fconst_0.
OPCODE_FCONST_2  Holds the opcode value of the fconst_1 instruction, 0x0c.

See also:
The instruction description fconst_1.
OPCODE_DCONST_0  Holds the opcode value of the fconst_2 instruction, 0x0d.

See also:
The instruction description fconst_2.
OPCODE_DCONST_1  Holds the opcode value of the dconst_0 instruction, 0x0e.

See also:
The instruction description dconst_0.
OPCODE_BIPUSH  Holds the opcode value of the dconst_1 instruction, 0x0f.

See also:
The instruction description dconst_1.
OPCODE_SIPUSH  Holds the opcode value of the bipush instruction, 0x10 + s1.

See also:
The instruction description bipush.
OPCODE_LDC  Holds the opcode value of the sipush instruction, 0x11 + s2.

See also:
The instruction description sipush.
OPCODE_LDC_W  Holds the opcode value of the ldc instruction, 0x12 + u1.

See also:
The instruction description ldc.
OPCODE_LDC2_W  Holds the opcode value of the ldc_w instruction, 0x13 + u2.

See also:
The instruction description ldc_w.
OPCODE_ILOAD  Holds the opcode value of the ldc2_w instruction, 0x14 + u2.

See also:
The instruction description ldc2_w.
OPCODE_LLOAD  Holds the opcode value of the iload instruction, 0x15 + u1|u2.

See also:
The instruction description iload.
OPCODE_FLOAD  Holds the opcode value of the lload instruction, 0x16 + u1|u2.

See also:
The instruction description lload.
OPCODE_DLOAD  Holds the opcode value of the fload instruction, 0x17 + u1|u2.

See also:
The instruction description fload.
OPCODE_ALOAD  Holds the opcode value of the dload instruction, 0x18 + u1|u2.

See also:
The instruction description dload.
OPCODE_ILOAD_0  Holds the opcode value of the aload instruction, 0x19 + u1|u2.

See also:
The instruction description aload.
OPCODE_ILOAD_1  Holds the opcode value of the iload_0 instruction, 0x1a.

See also:
The instruction description iload_0.
OPCODE_ILOAD_2  Holds the opcode value of the iload_1 instruction, 0x1b.

See also:
The instruction description iload_1.
OPCODE_ILOAD_3  Holds the opcode value of the iload_2 instruction, 0x1c.

See also:
The instruction description iload_2.
OPCODE_LLOAD_0  Holds the opcode value of the iload_3 instruction, 0x1d.

See also:
The instruction description iload_3.
OPCODE_LLOAD_1  Holds the opcode value of the lload_0 instruction, 0x1e.

See also:
The instruction description lload_0.
OPCODE_LLOAD_2  Holds the opcode value of the lload_1 instruction, 0x1f.

See also:
The instruction description lload_1.
OPCODE_LLOAD_3  Holds the opcode value of the lload_2 instruction, 0x20.

See also:
The instruction description lload_2.
OPCODE_FLOAD_0  Holds the opcode value of the lload_3 instruction, 0x21.

See also:
The instruction description lload_3.
OPCODE_FLOAD_1  Holds the opcode value of the fload_0 instruction, 0x22.

See also:
The instruction description fload_0.
OPCODE_FLOAD_2  Holds the opcode value of the fload_1 instruction, 0x23.

See also:
The instruction description fload_1.
OPCODE_FLOAD_3  Holds the opcode value of the fload_2 instruction, 0x24.

See also:
The instruction description fload_2.
OPCODE_DLOAD_0  Holds the opcode value of the fload_3 instruction, 0x25.

See also:
The instruction description fload_3.
OPCODE_DLOAD_1  Holds the opcode value of the dload_0 instruction, 0x26.

See also:
The instruction description dload_0.
OPCODE_DLOAD_2  Holds the opcode value of the dload_1 instruction, 0x27.

See also:
The instruction description dload_1.
OPCODE_DLOAD_3  Holds the opcode value of the dload_2 instruction, 0x28.

See also:
The instruction description dload_2.
OPCODE_ALOAD_0  Holds the opcode value of the dload_3 instruction, 0x29.

See also:
The instruction description dload_3.
OPCODE_ALOAD_1  Holds the opcode value of the aload_0 instruction, 0x2a.

See also:
The instruction description aload_0.
OPCODE_ALOAD_2  Holds the opcode value of the aload_1 instruction, 0x2b.

See also:
The instruction description aload_1.
OPCODE_ALOAD_3  Holds the opcode value of the aload_2 instruction, 0x2c.

See also:
The instruction description aload_2.
OPCODE_IALOAD  Holds the opcode value of the aload_3 instruction, 0x2d.

See also:
The instruction description aload_3.
OPCODE_LALOAD  Holds the opcode value of the iaload instruction, 0x2e.

See also:
The instruction description iaload.
OPCODE_FALOAD  Holds the opcode value of the laload instruction, 0x2f.

See also:
The instruction description laload.
OPCODE_DALOAD  Holds the opcode value of the faload instruction, 0x30.

See also:
The instruction description faload.
OPCODE_AALOAD  Holds the opcode value of the daload instruction, 0x31.

See also:
The instruction description daload.
OPCODE_BALOAD  Holds the opcode value of the aaload instruction, 0x32.

See also:
The instruction description aaload.
OPCODE_CALOAD  Holds the opcode value of the baload instruction, 0x33.

See also:
The instruction description baload.
OPCODE_SALOAD  Holds the opcode value of the caload instruction, 0x34.

See also:
The instruction description caload.
OPCODE_ISTORE  Holds the opcode value of the saload instruction, 0x35.

See also:
The instruction description saload.
OPCODE_LSTORE  Holds the opcode value of the istore instruction, 0x36 + u1|u2.

See also:
The instruction description istore.
OPCODE_FSTORE  Holds the opcode value of the lstore instruction, 0x37 + u1|u2.

See also:
The instruction description lstore.
OPCODE_DSTORE  Holds the opcode value of the fstore instruction, 0x38 + u1|u2.

See also:
The instruction description fstore.
OPCODE_ASTORE  Holds the opcode value of the dstore instruction, 0x39 + u1|u2.

See also:
The instruction description dstore.
OPCODE_ISTORE_0  Holds the opcode value of the astore instruction, 0x3a + u1|u2.

See also:
The instruction description astore.
OPCODE_ISTORE_1  Holds the opcode value of the istore_0 instruction, 0x3b.

See also:
The instruction description istore_0.
OPCODE_ISTORE_2  Holds the opcode value of the istore_1 instruction, 0x3c.

See also:
The instruction description istore_1.
OPCODE_ISTORE_3  Holds the opcode value of the istore_2 instruction, 0x3d.

See also:
The instruction description istore_2.
OPCODE_LSTORE_0  Holds the opcode value of the istore_3 instruction, 0x3e.

See also:
The instruction description istore_3.
OPCODE_LSTORE_1  Holds the opcode value of the lstore_0 instruction, 0x3f.

See also:
The instruction description lstore_0.
OPCODE_LSTORE_2  Holds the opcode value of the lstore_1 instruction, 0x40.

See also:
The instruction description lstore_1.
OPCODE_LSTORE_3  Holds the opcode value of the lstore_2 instruction, 0x41.

See also:
The instruction description lstore_2.
OPCODE_FSTORE_0  Holds the opcode value of the lstore_3 instruction, 0x42.

See also:
The instruction description lstore_3.
OPCODE_FSTORE_1  Holds the opcode value of the fstore_0 instruction, 0x43.

See also:
The instruction description fstore_0.
OPCODE_FSTORE_2  Holds the opcode value of the fstore_1 instruction, 0x44.

See also:
The instruction description fstore_1.
OPCODE_FSTORE_3  Holds the opcode value of the fstore_2 instruction, 0x45.

See also:
The instruction description fstore_2.
OPCODE_DSTORE_0  Holds the opcode value of the fstore_3 instruction, 0x46.

See also:
The instruction description fstore_3.
OPCODE_DSTORE_1  Holds the opcode value of the dstore_0 instruction, 0x47.

See also:
The instruction description dstore_0.
OPCODE_DSTORE_2  Holds the opcode value of the dstore_1 instruction, 0x48.

See also:
The instruction description dstore_1.
OPCODE_DSTORE_3  Holds the opcode value of the dstore_1 instruction, 0x49.

See also:
The instruction description dstore_2.
OPCODE_ASTORE_0  Holds the opcode value of the dstore_3 instruction, 0x4a.

See also:
The instruction description dstore_3.
OPCODE_ASTORE_1  Holds the opcode value of the astore_0 instruction, 0x4b.

See also:
The instruction description astore_0.
OPCODE_ASTORE_2  Holds the opcode value of the astore_1 instruction, 0x4c.

See also:
The instruction description astore_1.
OPCODE_ASTORE_3  Holds the opcode value of the astore_2 instruction, 0x4d.

See also:
The instruction description astore_2.
OPCODE_IASTORE  Holds the opcode value of the astore_3 instruction, 0x4e.

See also:
The instruction description astore_3.
OPCODE_LASTORE  Holds the opcode value of the iastore instruction, 0x4f.

See also:
The instruction description iastore.
OPCODE_FASTORE  Holds the opcode value of the lastore instruction, 0x50.

See also:
The instruction description lastore.
OPCODE_DASTORE  Holds the opcode value of the fastore instruction, 0x51.

See also:
The instruction description fastore.
OPCODE_AASTORE  Holds the opcode value of the dastore instruction, 0x52.

See also:
The instruction description dastore.
OPCODE_BASTORE  Holds the opcode value of the aastore instruction, 0x53.

See also:
The instruction description aastore.
OPCODE_CASTORE  Holds the opcode value of the bastore instruction, 0x54.

See also:
The instruction description bastore.
OPCODE_SASTORE  Holds the opcode value of the castore instruction, 0x55.

See also:
The instruction description castore.
OPCODE_POP  Holds the opcode value of the sastore instruction, 0x56.

See also:
The instruction description sastore.
OPCODE_POP2  Holds the opcode value of the pop instruction, 0x57.

See also:
The instruction description pop.
OPCODE_DUP  Holds the opcode value of the pop2 instruction, 0x58.

See also:
The instruction description pop2.
OPCODE_DUP_X1  Holds the opcode value of the dup instruction, 0x59.

See also:
The instruction description dup.
OPCODE_DUP_X2  Holds the opcode value of the dup_x1 instruction, 0x5a.

See also:
The instruction description dup_x1.
OPCODE_DUP2  Holds the opcode value of the dup_x2 instruction, 0x5b.

See also:
The instruction description dup_x2.
OPCODE_DUP2_X1  Holds the opcode value of the dup2 instruction, 0x5c.

See also:
The instruction description dup2.
OPCODE_DUP2_X2  Holds the opcode value of the dup2_x1 instruction, 0x5d.

See also:
The instruction description dup2_x1.
OPCODE_SWAP  Holds the opcode value of the dup2_x2 instruction, 0x5e.

See also:
The instruction description dup2_x2.
OPCODE_IADD  Holds the opcode value of the swap instruction, 0x5f.

See also:
The instruction description swap.
OPCODE_LADD  Holds the opcode value of the iadd instruction, 0x60.

See also:
The instruction description iadd.
OPCODE_FADD  Holds the opcode value of the ladd instruction, 0x61.

See also:
The instruction description ladd.
OPCODE_DADD  Holds the opcode value of the fadd instruction, 0x62.

See also:
The instruction description fadd.
OPCODE_ISUB  Holds the opcode value of the dadd instruction, 0x63.

See also:
The instruction description dadd.
OPCODE_LSUB  Holds the opcode value of the isub instruction, 0x64.

See also:
The instruction description isub.
OPCODE_FSUB  Holds the opcode value of the lsub instruction, 0x65.

See also:
The instruction description lsub.
OPCODE_DSUB  Holds the opcode value of the fsub instruction, 0x66.

See also:
The instruction description fsub.
OPCODE_IMUL  Holds the opcode value of the dsub instruction, 0x67.

See also:
The instruction description dsub.
OPCODE_LMUL  Holds the opcode value of the imul instruction, 0x68.

See also:
The instruction description imul.
OPCODE_FMUL  Holds the opcode value of the lmul instruction, 0x69.

See also:
The instruction description lmul.
OPCODE_DMUL  Holds the opcode value of the fmul instruction, 0x6a.

See also:
The instruction description fmul.
OPCODE_IDIV  Holds the opcode value of the dmul instruction, 0x6b.

See also:
The instruction description dmul.
OPCODE_LDIV  Holds the opcode value of the idiv instruction, 0x6c.

See also:
The instruction description idiv.
OPCODE_FDIV  Holds the opcode value of the ldiv instruction, 0x6d.

See also:
The instruction description ldiv.
OPCODE_DDIV  Holds the opcode value of the fdiv instruction, 0x6e.

See also:
The instruction description fdiv.
OPCODE_IREM  Holds the opcode value of the ddiv instruction, 0x6f.

See also:
The instruction description ddiv.
OPCODE_LREM  Holds the opcode value of the irem instruction, 0x70.

See also:
The instruction description irem.
OPCODE_FREM  Holds the opcode value of the lrem instruction, 0x71.

See also:
The instruction description lrem.
OPCODE_DREM  Holds the opcode value of the frem instruction, 0x72.

See also:
The instruction description frem.
OPCODE_INEG  Holds the opcode value of the drem instruction, 0x73.

See also:
The instruction description drem.
OPCODE_LNEG  Holds the opcode value of the ineg instruction, 0x74.

See also:
The instruction description ineg.
OPCODE_FNEG  Holds the opcode value of the lneg instruction, 0x75.

See also:
The instruction description lneg.
OPCODE_DNEG  Holds the opcode value of the fneg instruction, 0x76.

See also:
The instruction description fneg.
OPCODE_ISHL  Holds the opcode value of the dneg instruction, 0x77.

See also:
The instruction description dneg.
OPCODE_LSHL  Holds the opcode value of the ishl instruction, 0x78.

See also:
The instruction description ishl.
OPCODE_ISHR  Holds the opcode value of the lshl instruction, 0x79.

See also:
The instruction description lshl.
OPCODE_LSHR  Holds the opcode value of the ishr instruction, 0x7a.

See also:
The instruction description ishr.
OPCODE_IUSHR  Holds the opcode value of the lshr instruction, 0x7b.

See also:
The instruction description lshr.
OPCODE_LUSHR  Holds the opcode value of the iushr instruction, 0x7c.

See also:
The instruction description iushr.
OPCODE_IAND  Holds the opcode value of the lushr instruction, 0x7d.

See also:
The instruction description lushr.
OPCODE_LAND  Holds the opcode value of the iand instruction, 0x7e.

See also:
The instruction description iand.
OPCODE_IOR  Holds the opcode value of the land instruction, 0x7f.

See also:
The instruction description land.
OPCODE_LOR  Holds the opcode value of the ior instruction, 0x80.

See also:
The instruction description ior.
OPCODE_IXOR  Holds the opcode value of the lor instruction, 0x81.

See also:
The instruction description lor.
OPCODE_LXOR  Holds the opcode value of the ixor instruction, 0x82.

See also:
The instruction description ixor.
OPCODE_IINC  Holds the opcode value of the lxor instruction, 0x83.

See also:
The instruction description lxor.
OPCODE_I2L  Holds the opcode value of the iinc instruction, 0x84 + u1|u2 + s1|s2.

See also:
The instruction description iinc.
OPCODE_I2F  Holds the opcode value of the i2l instruction, 0x85.

See also:
The instruction description i2l.
OPCODE_I2D  Holds the opcode value of the i2f instruction, 0x86.

See also:
The instruction description i2f.
OPCODE_L2I  Holds the opcode value of the i2d instruction, 0x87.

See also:
The instruction description i2d.
OPCODE_L2F  Holds the opcode value of the l2i instruction, 0x88.

See also:
The instruction description l2i.
OPCODE_L2D  Holds the opcode value of the l2f instruction, 0x89.

See also:
The instruction description l2f.
OPCODE_F2I  Holds the opcode value of the l2d instruction, 0x8a.

See also:
The instruction description l2d.
OPCODE_F2L  Holds the opcode value of the f2i instruction, 0x8b.

See also:
The instruction description f2i.
OPCODE_F2D  Holds the opcode value of the f2l instruction, 0x8c.

See also:
The instruction description f2l.
OPCODE_D2I  Holds the opcode value of the f2d instruction, 0x8d.

See also:
The instruction description f2d.
OPCODE_D2L  Holds the opcode value of the d2i instruction, 0x8e.

See also:
The instruction description d2i.
OPCODE_D2F  Holds the opcode value of the d2l instruction, 0x8f.

See also:
The instruction description d2l.
OPCODE_I2B  Holds the opcode value of the d2f instruction, 0x90.

See also:
The instruction description d2f.
OPCODE_I2C  Holds the opcode value of the i2b instruction, 0x91.

See also:
The instruction description i2b.
OPCODE_I2S  Holds the opcode value of the i2c instruction, 0x92.

See also:
The instruction description i2c.
OPCODE_LCMP  Holds the opcode value of the i2s instruction, 0x93.

See also:
The instruction description i2s.
OPCODE_FCMPL  Holds the opcode value of the lcmp instruction, 0x94.

See also:
The instruction description lcmp.
OPCODE_FCMPG  Holds the opcode value of the fcmpl instruction, 0x95.

See also:
The instruction description fcmpl.
OPCODE_DCMPL  Holds the opcode value of the fcmpg instruction, 0x96.

See also:
The instruction description fcmpg.
OPCODE_DCMPG  Holds the opcode value of the dcmpl instruction, 0x97.

See also:
The instruction description dcmpl.
OPCODE_IFEQ  Holds the opcode value of the dcmpg instruction, 0x98.

See also:
The instruction description dcmpg.
OPCODE_IFNE  Holds the opcode value of the ifeq instruction, 0x99 + s2 (c).

See also:
The instruction description ifeq.
OPCODE_IFLT  Holds the opcode value of the ifne instruction, 0x9a + s2 (c).

See also:
The instruction description ifne.
OPCODE_IFGE  Holds the opcode value of the iflt instruction, 0x9b + s2 (c).

See also:
The instruction description iflt.
OPCODE_IFGT  Holds the opcode value of the ifge instruction, 0x9c + s2 (c).

See also:
The instruction description ifge.
OPCODE_IFLE  Holds the opcode value of the ifgt instruction, 0x9d + s2 (c).

See also:
The instruction description ifgt.
OPCODE_IF_ICMPEQ  Holds the opcode value of the ifle instruction, 0x9e + s2 (c).

See also:
The instruction description ifle.
OPCODE_IF_ICMPNE  Holds the opcode value of the if_icmpeq instruction, 0x9f + s2 (c).

See also:
The instruction description if_icmpeq.
OPCODE_IF_ICMPLT  Holds the opcode value of the if_icmpne instruction, 0xa0 + s2 (c).

See also:
The instruction description if_icmpne.
OPCODE_IF_ICMPGE  Holds the opcode value of the if_icmplt instruction, 0xa1 + s2 (c).

See also:
The instruction description if_icmplt.
OPCODE_IF_ICMPGT  Holds the opcode value of the if_icmpge instruction, 0xa2 + s2 (c).

See also:
The instruction description if_icmpge.
OPCODE_IF_ICMPLE  Holds the opcode value of the if_icmpgt instruction, 0xa3 + s2 (c).

See also:
The instruction description if_icmpgt.
OPCODE_IF_ACMPEQ  Holds the opcode value of the if_icmple instruction, 0xa4 + s2 (c).

See also:
The instruction description if_icmple.
OPCODE_IF_ACMPNE  Holds the opcode value of the if_acmpeq instruction, 0xa5 + s2 (c).

See also:
The instruction description if_acmpeq.
OPCODE_GOTO  Holds the opcode value of the if_acmpne instruction, 0xa6 + s2 (c).

See also:
The instruction description if_acmpne.
OPCODE_JSR  Holds the opcode value of the goto instruction, 0xa7 + s2 (c).

See also:
The instruction description goto.
OPCODE_RET  Holds the opcode value of the jsr instruction, 0xa8 + s2 (c).

See also:
The instruction description jsr.
OPCODE_TABLESWITCH  Holds the opcode value of the ret instruction, 0xa9 + u1|u2 (c).

See also:
The instruction description ret.
OPCODE_LOOKUPSWITCH  Holds the opcode value of the tableswitch instruction, 0xaa + pad + s4 * (3 + N) (c).

See also:
The instruction description tableswitch.
OPCODE_IRETURN  Holds the opcode value of the lookupswitch instruction, 0xab +pad +s4 * 2 * (N + 1) (c).

See also:
The instruction description lookupswitch.
OPCODE_LRETURN  Holds the opcode value of the ireturn instruction, 0xac (c).

See also:
The instruction description ireturn.
OPCODE_FRETURN  Holds the opcode value of the lreturn instruction, 0xad (c).

See also:
The instruction description lreturn.
OPCODE_DRETURN  Holds the opcode value of the freturn instruction, 0xae (c).

See also:
The instruction description freturn.
OPCODE_ARETURN  Holds the opcode value of the dreturn instruction, 0xaf (c).

See also:
The instruction description dreturn.
OPCODE_RETURN  Holds the opcode value of the areturn instruction, 0xb0 (c).

See also:
The instruction description areturn.
OPCODE_GETSTATIC  Holds the opcode value of the return instruction, 0xb1 (c).

See also:
The instruction description return.
OPCODE_PUTSTATIC  Holds the opcode value of the getstatic instruction, 0xb2 + u2.

See also:
The instruction description getstatic.
OPCODE_GETFIELD  Holds the opcode value of the putstatic instruction, 0xb3 + u2.

See also:
The instruction description putstatic.
OPCODE_PUTFIELD  Holds the opcode value of the getfield instruction, 0xb4 + u2.

See also:
The instruction description getfield.
OPCODE_INVOKEVIRTUAL  Holds the opcode value of the putfield instruction, 0xb5 + u2.

See also:
The instruction description putfield.
OPCODE_INVOKESPECIAL  Holds the opcode value of the invokevirtual instruction, 0xb6 + u2.

See also:
The instruction description invokevirtual.
OPCODE_INVOKESTATIC  Holds the opcode value of the invokespecial instruction, 0xb7 + u2.

See also:
The instruction description invokespecial.
OPCODE_INVOKEINTERFACE  Holds the opcode value of the invokestatic instruction, 0xb8 + u2.

See also:
The instruction description invokestatic.
_OPCODE_UNDEFINED  Holds the opcode value of the invokeinterface instruction, 0xb9 + u2 + u1 + u1.

See also:
The instruction description invokeinterface.
OPCODE_NEW  Holds the opcode value of the unused instruction, 0xba.

OPCODE_NEWARRAY  Holds the opcode value of the new instruction, 0xbb + u2.

See also:
The instruction description new.
OPCODE_ANEWARRAY  Holds the opcode value of the newarray instruction, 0xbc + u1.

See also:
The instruction description newarray.
OPCODE_ARRAYLENGTH  Holds the opcode value of the anewarray instruction, 0xbd + u1.

See also:
The instruction description anewarray.
OPCODE_ATHROW  Holds the opcode value of the arraylength instruction, 0xbe.

See also:
The instruction description arraylength.
OPCODE_CHECKCAST  Holds the opcode value of the athrow instruction, 0xbf (c).

See also:
The instruction description athrow.
OPCODE_INSTANCEOF  Holds the opcode value of the checkcast instruction, 0xc0 + u2.

See also:
The instruction description checkcast.
OPCODE_MONITORENTER  Holds the opcode value of the instanceof instruction, 0xc1 + u2.

See also:
The instruction description instanceof.
OPCODE_MONITOREXIT  Holds the opcode value of the monitorenter instruction, 0xc2.

See also:
The instruction description monitorenter.
OPCODE_WIDE  Holds the opcode value of the monitorexit instruction, 0xc3.

See also:
The instruction description monitorexit.
OPCODE_MULTIANEWARRAY  Holds the opcode value of the wide instruction, 0xc4.

See also:
The instruction description wide.
OPCODE_IFNULL  Holds the opcode value of the multianewarray instruction, 0xc5 + u2 + u1.

See also:
The instruction description multianewarray.
OPCODE_IFNONNULL  Holds the opcode value of the ifnull instruction, 0xc6 + s2 (c).

See also:
The instruction description ifnull.
OPCODE_GOTO_W  Holds the opcode value of the ifnonnull instruction, 0xc7 + s2 (c).

See also:
The instruction description ifnonnull.
OPCODE_JSR_W  Holds the opcode value of the goto_w instruction, 0xc8 + s4 (c).

See also:
The instruction description goto_w.
OPCODE_COUNT  Holds the opcode value of the jsr_w instruction, 0xc9 + s4 (c).

See also:
The instruction description jsr_w.
OPCODE_BREAKPOINT  Holds the number of bytecodes, 0xca.


Genereated on Tue Mar 11 19:25:56 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.