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.
OPCODE_NOP | |
OPCODE_ACONST_NULL |
Holds the opcode value of the nop instruction, 0x00.
|
OPCODE_ICONST_M1 |
Holds the opcode value of the const_null instruction, 0x01.
|
OPCODE_ICONST_0 |
Holds the opcode value of the iconst_m1 instruction, 0x02.
|
OPCODE_ICONST_1 |
Holds the opcode value of the iconst_0 instruction, 0x03.
|
OPCODE_ICONST_2 |
Holds the opcode value of the iconst_1 instruction, 0x04.
|
OPCODE_ICONST_3 |
Holds the opcode value of the iconst_2 instruction, 0x05.
|
OPCODE_ICONST_4 |
Holds the opcode value of the iconst_3 instruction, 0x06.
|
OPCODE_ICONST_5 |
Holds the opcode value of the iconst_4 instruction, 0x07.
|
OPCODE_LCONST_0 |
Holds the opcode value of the iconst_5 instruction, 0x08.
|
OPCODE_LCONST_1 |
Holds the opcode value of the lconst_0 instruction, 0x09.
|
OPCODE_FCONST_0 |
Holds the opcode value of the lconst_1 instruction, 0x0a.
|
OPCODE_FCONST_1 |
Holds the opcode value of the fconst_0 instruction, 0x0b.
|
OPCODE_FCONST_2 |
Holds the opcode value of the fconst_1 instruction, 0x0c.
|
OPCODE_DCONST_0 |
Holds the opcode value of the fconst_2 instruction, 0x0d.
|
OPCODE_DCONST_1 |
Holds the opcode value of the dconst_0 instruction, 0x0e.
|
OPCODE_BIPUSH |
Holds the opcode value of the dconst_1 instruction, 0x0f.
|
OPCODE_SIPUSH |
Holds the opcode value of the bipush instruction, 0x10 + s1.
|
OPCODE_LDC |
Holds the opcode value of the sipush instruction, 0x11 + s2.
|
OPCODE_LDC_W |
Holds the opcode value of the ldc instruction, 0x12 + u1.
|
OPCODE_LDC2_W |
Holds the opcode value of the ldc_w instruction, 0x13 + u2.
|
OPCODE_ILOAD |
Holds the opcode value of the ldc2_w instruction, 0x14 + u2.
|
OPCODE_LLOAD |
Holds the opcode value of the iload instruction, 0x15 + u1|u2.
|
OPCODE_FLOAD |
Holds the opcode value of the lload instruction, 0x16 + u1|u2.
|
OPCODE_DLOAD |
Holds the opcode value of the fload instruction, 0x17 + u1|u2.
|
OPCODE_ALOAD |
Holds the opcode value of the dload instruction, 0x18 + u1|u2.
|
OPCODE_ILOAD_0 |
Holds the opcode value of the aload instruction, 0x19 + u1|u2.
|
OPCODE_ILOAD_1 |
Holds the opcode value of the iload_0 instruction, 0x1a.
|
OPCODE_ILOAD_2 |
Holds the opcode value of the iload_1 instruction, 0x1b.
|
OPCODE_ILOAD_3 |
Holds the opcode value of the iload_2 instruction, 0x1c.
|
OPCODE_LLOAD_0 |
Holds the opcode value of the iload_3 instruction, 0x1d.
|
OPCODE_LLOAD_1 |
Holds the opcode value of the lload_0 instruction, 0x1e.
|
OPCODE_LLOAD_2 |
Holds the opcode value of the lload_1 instruction, 0x1f.
|
OPCODE_LLOAD_3 |
Holds the opcode value of the lload_2 instruction, 0x20.
|
OPCODE_FLOAD_0 |
Holds the opcode value of the lload_3 instruction, 0x21.
|
OPCODE_FLOAD_1 |
Holds the opcode value of the fload_0 instruction, 0x22.
|
OPCODE_FLOAD_2 |
Holds the opcode value of the fload_1 instruction, 0x23.
|
OPCODE_FLOAD_3 |
Holds the opcode value of the fload_2 instruction, 0x24.
|
OPCODE_DLOAD_0 |
Holds the opcode value of the fload_3 instruction, 0x25.
|
OPCODE_DLOAD_1 |
Holds the opcode value of the dload_0 instruction, 0x26.
|
OPCODE_DLOAD_2 |
Holds the opcode value of the dload_1 instruction, 0x27.
|
OPCODE_DLOAD_3 |
Holds the opcode value of the dload_2 instruction, 0x28.
|
OPCODE_ALOAD_0 |
Holds the opcode value of the dload_3 instruction, 0x29.
|
OPCODE_ALOAD_1 |
Holds the opcode value of the aload_0 instruction, 0x2a.
|
OPCODE_ALOAD_2 |
Holds the opcode value of the aload_1 instruction, 0x2b.
|
OPCODE_ALOAD_3 |
Holds the opcode value of the aload_2 instruction, 0x2c.
|
OPCODE_IALOAD |
Holds the opcode value of the aload_3 instruction, 0x2d.
|
OPCODE_LALOAD |
Holds the opcode value of the iaload instruction, 0x2e.
|
OPCODE_FALOAD |
Holds the opcode value of the laload instruction, 0x2f.
|
OPCODE_DALOAD |
Holds the opcode value of the faload instruction, 0x30.
|
OPCODE_AALOAD |
Holds the opcode value of the daload instruction, 0x31.
|
OPCODE_BALOAD |
Holds the opcode value of the aaload instruction, 0x32.
|
OPCODE_CALOAD |
Holds the opcode value of the baload instruction, 0x33.
|
OPCODE_SALOAD |
Holds the opcode value of the caload instruction, 0x34.
|
OPCODE_ISTORE |
Holds the opcode value of the saload instruction, 0x35.
|
OPCODE_LSTORE |
Holds the opcode value of the istore instruction, 0x36 + u1|u2.
|
OPCODE_FSTORE |
Holds the opcode value of the lstore instruction, 0x37 + u1|u2.
|
OPCODE_DSTORE |
Holds the opcode value of the fstore instruction, 0x38 + u1|u2.
|
OPCODE_ASTORE |
Holds the opcode value of the dstore instruction, 0x39 + u1|u2.
|
OPCODE_ISTORE_0 |
Holds the opcode value of the astore instruction, 0x3a + u1|u2.
|
OPCODE_ISTORE_1 |
Holds the opcode value of the istore_0 instruction, 0x3b.
|
OPCODE_ISTORE_2 |
Holds the opcode value of the istore_1 instruction, 0x3c.
|
OPCODE_ISTORE_3 |
Holds the opcode value of the istore_2 instruction, 0x3d.
|
OPCODE_LSTORE_0 |
Holds the opcode value of the istore_3 instruction, 0x3e.
|
OPCODE_LSTORE_1 |
Holds the opcode value of the lstore_0 instruction, 0x3f.
|
OPCODE_LSTORE_2 |
Holds the opcode value of the lstore_1 instruction, 0x40.
|
OPCODE_LSTORE_3 |
Holds the opcode value of the lstore_2 instruction, 0x41.
|
OPCODE_FSTORE_0 |
Holds the opcode value of the lstore_3 instruction, 0x42.
|
OPCODE_FSTORE_1 |
Holds the opcode value of the fstore_0 instruction, 0x43.
|
OPCODE_FSTORE_2 |
Holds the opcode value of the fstore_1 instruction, 0x44.
|
OPCODE_FSTORE_3 |
Holds the opcode value of the fstore_2 instruction, 0x45.
|
OPCODE_DSTORE_0 |
Holds the opcode value of the fstore_3 instruction, 0x46.
|
OPCODE_DSTORE_1 |
Holds the opcode value of the dstore_0 instruction, 0x47.
|
OPCODE_DSTORE_2 |
Holds the opcode value of the dstore_1 instruction, 0x48.
|
OPCODE_DSTORE_3 |
Holds the opcode value of the dstore_1 instruction, 0x49.
|
OPCODE_ASTORE_0 |
Holds the opcode value of the dstore_3 instruction, 0x4a.
|
OPCODE_ASTORE_1 |
Holds the opcode value of the astore_0 instruction, 0x4b.
|
OPCODE_ASTORE_2 |
Holds the opcode value of the astore_1 instruction, 0x4c.
|
OPCODE_ASTORE_3 |
Holds the opcode value of the astore_2 instruction, 0x4d.
|
OPCODE_IASTORE |
Holds the opcode value of the astore_3 instruction, 0x4e.
|
OPCODE_LASTORE |
Holds the opcode value of the iastore instruction, 0x4f.
|
OPCODE_FASTORE |
Holds the opcode value of the lastore instruction, 0x50.
|
OPCODE_DASTORE |
Holds the opcode value of the fastore instruction, 0x51.
|
OPCODE_AASTORE |
Holds the opcode value of the dastore instruction, 0x52.
|
OPCODE_BASTORE |
Holds the opcode value of the aastore instruction, 0x53.
|
OPCODE_CASTORE |
Holds the opcode value of the bastore instruction, 0x54.
|
OPCODE_SASTORE |
Holds the opcode value of the castore instruction, 0x55.
|
OPCODE_POP |
Holds the opcode value of the sastore instruction, 0x56.
|
OPCODE_POP2 |
Holds the opcode value of the pop instruction, 0x57.
|
OPCODE_DUP |
Holds the opcode value of the pop2 instruction, 0x58.
|
OPCODE_DUP_X1 |
Holds the opcode value of the dup instruction, 0x59.
|
OPCODE_DUP_X2 |
Holds the opcode value of the dup_x1 instruction, 0x5a.
|
OPCODE_DUP2 |
Holds the opcode value of the dup_x2 instruction, 0x5b.
|
OPCODE_DUP2_X1 |
Holds the opcode value of the dup2 instruction, 0x5c.
|
OPCODE_DUP2_X2 |
Holds the opcode value of the dup2_x1 instruction, 0x5d.
|
OPCODE_SWAP |
Holds the opcode value of the dup2_x2 instruction, 0x5e.
|
OPCODE_IADD |
Holds the opcode value of the swap instruction, 0x5f.
|
OPCODE_LADD |
Holds the opcode value of the iadd instruction, 0x60.
|
OPCODE_FADD |
Holds the opcode value of the ladd instruction, 0x61.
|
OPCODE_DADD |
Holds the opcode value of the fadd instruction, 0x62.
|
OPCODE_ISUB |
Holds the opcode value of the dadd instruction, 0x63.
|
OPCODE_LSUB |
Holds the opcode value of the isub instruction, 0x64.
|
OPCODE_FSUB |
Holds the opcode value of the lsub instruction, 0x65.
|
OPCODE_DSUB |
Holds the opcode value of the fsub instruction, 0x66.
|
OPCODE_IMUL |
Holds the opcode value of the dsub instruction, 0x67.
|
OPCODE_LMUL |
Holds the opcode value of the imul instruction, 0x68.
|
OPCODE_FMUL |
Holds the opcode value of the lmul instruction, 0x69.
|
OPCODE_DMUL |
Holds the opcode value of the fmul instruction, 0x6a.
|
OPCODE_IDIV |
Holds the opcode value of the dmul instruction, 0x6b.
|
OPCODE_LDIV |
Holds the opcode value of the idiv instruction, 0x6c.
|
OPCODE_FDIV |
Holds the opcode value of the ldiv instruction, 0x6d.
|
OPCODE_DDIV |
Holds the opcode value of the fdiv instruction, 0x6e.
|
OPCODE_IREM |
Holds the opcode value of the ddiv instruction, 0x6f.
|
OPCODE_LREM |
Holds the opcode value of the irem instruction, 0x70.
|
OPCODE_FREM |
Holds the opcode value of the lrem instruction, 0x71.
|
OPCODE_DREM |
Holds the opcode value of the frem instruction, 0x72.
|
OPCODE_INEG |
Holds the opcode value of the drem instruction, 0x73.
|
OPCODE_LNEG |
Holds the opcode value of the ineg instruction, 0x74.
|
OPCODE_FNEG |
Holds the opcode value of the lneg instruction, 0x75.
|
OPCODE_DNEG |
Holds the opcode value of the fneg instruction, 0x76.
|
OPCODE_ISHL |
Holds the opcode value of the dneg instruction, 0x77.
|
OPCODE_LSHL |
Holds the opcode value of the ishl instruction, 0x78.
|
OPCODE_ISHR |
Holds the opcode value of the lshl instruction, 0x79.
|
OPCODE_LSHR |
Holds the opcode value of the ishr instruction, 0x7a.
|
OPCODE_IUSHR |
Holds the opcode value of the lshr instruction, 0x7b.
|
OPCODE_LUSHR |
Holds the opcode value of the iushr instruction, 0x7c.
|
OPCODE_IAND |
Holds the opcode value of the lushr instruction, 0x7d.
|
OPCODE_LAND |
Holds the opcode value of the iand instruction, 0x7e.
|
OPCODE_IOR |
Holds the opcode value of the land instruction, 0x7f.
|
OPCODE_LOR |
Holds the opcode value of the ior instruction, 0x80.
|
OPCODE_IXOR |
Holds the opcode value of the lor instruction, 0x81.
|
OPCODE_LXOR |
Holds the opcode value of the ixor instruction, 0x82.
|
OPCODE_IINC |
Holds the opcode value of the lxor instruction, 0x83.
|
OPCODE_I2L |
Holds the opcode value of the iinc instruction, 0x84 + u1|u2 + s1|s2.
|
OPCODE_I2F |
Holds the opcode value of the i2l instruction, 0x85.
|
OPCODE_I2D |
Holds the opcode value of the i2f instruction, 0x86.
|
OPCODE_L2I |
Holds the opcode value of the i2d instruction, 0x87.
|
OPCODE_L2F |
Holds the opcode value of the l2i instruction, 0x88.
|
OPCODE_L2D |
Holds the opcode value of the l2f instruction, 0x89.
|
OPCODE_F2I |
Holds the opcode value of the l2d instruction, 0x8a.
|
OPCODE_F2L |
Holds the opcode value of the f2i instruction, 0x8b.
|
OPCODE_F2D |
Holds the opcode value of the f2l instruction, 0x8c.
|
OPCODE_D2I |
Holds the opcode value of the f2d instruction, 0x8d.
|
OPCODE_D2L |
Holds the opcode value of the d2i instruction, 0x8e.
|
OPCODE_D2F |
Holds the opcode value of the d2l instruction, 0x8f.
|
OPCODE_I2B |
Holds the opcode value of the d2f instruction, 0x90.
|
OPCODE_I2C |
Holds the opcode value of the i2b instruction, 0x91.
|
OPCODE_I2S |
Holds the opcode value of the i2c instruction, 0x92.
|
OPCODE_LCMP |
Holds the opcode value of the i2s instruction, 0x93.
|
OPCODE_FCMPL |
Holds the opcode value of the lcmp instruction, 0x94.
|
OPCODE_FCMPG |
Holds the opcode value of the fcmpl instruction, 0x95.
|
OPCODE_DCMPL |
Holds the opcode value of the fcmpg instruction, 0x96.
|
OPCODE_DCMPG |
Holds the opcode value of the dcmpl instruction, 0x97.
|
OPCODE_IFEQ |
Holds the opcode value of the dcmpg instruction, 0x98.
|
OPCODE_IFNE |
Holds the opcode value of the ifeq instruction, 0x99 + s2 (c).
|
OPCODE_IFLT |
Holds the opcode value of the ifne instruction, 0x9a + s2 (c).
|
OPCODE_IFGE |
Holds the opcode value of the iflt instruction, 0x9b + s2 (c).
|
OPCODE_IFGT |
Holds the opcode value of the ifge instruction, 0x9c + s2 (c).
|
OPCODE_IFLE |
Holds the opcode value of the ifgt instruction, 0x9d + s2 (c).
|
OPCODE_IF_ICMPEQ |
Holds the opcode value of the ifle instruction, 0x9e + s2 (c).
|
OPCODE_IF_ICMPNE |
Holds the opcode value of the if_icmpeq instruction, 0x9f + s2 (c).
|
OPCODE_IF_ICMPLT |
Holds the opcode value of the if_icmpne instruction, 0xa0 + s2 (c).
|
OPCODE_IF_ICMPGE |
Holds the opcode value of the if_icmplt instruction, 0xa1 + s2 (c).
|
OPCODE_IF_ICMPGT |
Holds the opcode value of the if_icmpge instruction, 0xa2 + s2 (c).
|
OPCODE_IF_ICMPLE |
Holds the opcode value of the if_icmpgt instruction, 0xa3 + s2 (c).
|
OPCODE_IF_ACMPEQ |
Holds the opcode value of the if_icmple instruction, 0xa4 + s2 (c).
|
OPCODE_IF_ACMPNE |
Holds the opcode value of the if_acmpeq instruction, 0xa5 + s2 (c).
|
OPCODE_GOTO |
Holds the opcode value of the if_acmpne instruction, 0xa6 + s2 (c).
|
OPCODE_JSR |
Holds the opcode value of the goto instruction, 0xa7 + s2 (c).
|
OPCODE_RET |
Holds the opcode value of the jsr instruction, 0xa8 + s2 (c).
|
OPCODE_TABLESWITCH |
Holds the opcode value of the ret instruction, 0xa9 + u1|u2 (c).
|
OPCODE_LOOKUPSWITCH |
Holds the opcode value of the tableswitch instruction, 0xaa + pad + s4 * (3 + N) (c).
|
OPCODE_IRETURN |
Holds the opcode value of the lookupswitch instruction, 0xab +pad +s4 * 2 * (N + 1) (c).
|
OPCODE_LRETURN |
Holds the opcode value of the ireturn instruction, 0xac (c).
|
OPCODE_FRETURN |
Holds the opcode value of the lreturn instruction, 0xad (c).
|
OPCODE_DRETURN |
Holds the opcode value of the freturn instruction, 0xae (c).
|
OPCODE_ARETURN |
Holds the opcode value of the dreturn instruction, 0xaf (c).
|
OPCODE_RETURN |
Holds the opcode value of the areturn instruction, 0xb0 (c).
|
OPCODE_GETSTATIC |
Holds the opcode value of the return instruction, 0xb1 (c).
|
OPCODE_PUTSTATIC |
Holds the opcode value of the getstatic instruction, 0xb2 + u2.
|
OPCODE_GETFIELD |
Holds the opcode value of the putstatic instruction, 0xb3 + u2.
|
OPCODE_PUTFIELD |
Holds the opcode value of the getfield instruction, 0xb4 + u2.
|
OPCODE_INVOKEVIRTUAL |
Holds the opcode value of the putfield instruction, 0xb5 + u2.
|
OPCODE_INVOKESPECIAL |
Holds the opcode value of the invokevirtual instruction, 0xb6 + u2.
|
OPCODE_INVOKESTATIC |
Holds the opcode value of the invokespecial instruction, 0xb7 + u2.
|
OPCODE_INVOKEINTERFACE |
Holds the opcode value of the invokestatic instruction, 0xb8 + u2.
|
_OPCODE_UNDEFINED |
Holds the opcode value of the invokeinterface instruction, 0xb9 + u2 + u1 + u1.
|
OPCODE_NEW |
Holds the opcode value of the unused instruction, 0xba.
|
OPCODE_NEWARRAY |
Holds the opcode value of the new instruction, 0xbb + u2.
|
OPCODE_ANEWARRAY |
Holds the opcode value of the newarray instruction, 0xbc + u1.
|
OPCODE_ARRAYLENGTH |
Holds the opcode value of the anewarray instruction, 0xbd + u1.
|
OPCODE_ATHROW |
Holds the opcode value of the arraylength instruction, 0xbe.
|
OPCODE_CHECKCAST |
Holds the opcode value of the athrow instruction, 0xbf (c).
|
OPCODE_INSTANCEOF |
Holds the opcode value of the checkcast instruction, 0xc0 + u2.
|
OPCODE_MONITORENTER |
Holds the opcode value of the instanceof instruction, 0xc1 + u2.
|
OPCODE_MONITOREXIT |
Holds the opcode value of the monitorenter instruction, 0xc2.
|
OPCODE_WIDE |
Holds the opcode value of the monitorexit instruction, 0xc3.
|
OPCODE_MULTIANEWARRAY |
Holds the opcode value of the wide instruction, 0xc4.
|
OPCODE_IFNULL |
Holds the opcode value of the multianewarray instruction, 0xc5 + u2 + u1.
|
OPCODE_IFNONNULL |
Holds the opcode value of the ifnull instruction, 0xc6 + s2 (c).
|
OPCODE_GOTO_W |
Holds the opcode value of the ifnonnull instruction, 0xc7 + s2 (c).
|
OPCODE_JSR_W |
Holds the opcode value of the goto_w instruction, 0xc8 + s4 (c).
|
OPCODE_COUNT |
Holds the opcode value of the jsr_w instruction , 0xc9 + s4 (c).
|
OPCODE_BREAKPOINT |
Holds the number of bytecodes, 0xca.
|
Genereated on Tue Mar 11 19:25:22 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.