org.mozilla.classfile
Class ByteCode
public
class
ByteCode
extends Object
This class provides opcode values expected by the JVM in Java class files.
It also provides tables for internal use by the ClassFileWriter.
Author: Roger Lawrence
Field Summary |
static int | AALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | AASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | ACONST_NULL
The byte opcodes defined by the Java Virtual Machine. |
static int | ALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | ALOAD_0
The byte opcodes defined by the Java Virtual Machine. |
static int | ALOAD_1
The byte opcodes defined by the Java Virtual Machine. |
static int | ALOAD_2
The byte opcodes defined by the Java Virtual Machine. |
static int | ALOAD_3
The byte opcodes defined by the Java Virtual Machine. |
static int | ANEWARRAY
The byte opcodes defined by the Java Virtual Machine. |
static int | ARETURN
The byte opcodes defined by the Java Virtual Machine. |
static int | ARRAYLENGTH
The byte opcodes defined by the Java Virtual Machine. |
static int | ASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | ASTORE_0
The byte opcodes defined by the Java Virtual Machine. |
static int | ASTORE_1
The byte opcodes defined by the Java Virtual Machine. |
static int | ASTORE_2
The byte opcodes defined by the Java Virtual Machine. |
static int | ASTORE_3
The byte opcodes defined by the Java Virtual Machine. |
static int | ATHROW
The byte opcodes defined by the Java Virtual Machine. |
static int | BALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | BASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | BIPUSH
The byte opcodes defined by the Java Virtual Machine. |
static int | BREAKPOINT
The byte opcodes defined by the Java Virtual Machine. |
static int | CALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | CASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | CHECKCAST
The byte opcodes defined by the Java Virtual Machine. |
static int | D2F
The byte opcodes defined by the Java Virtual Machine. |
static int | D2I
The byte opcodes defined by the Java Virtual Machine. |
static int | D2L
The byte opcodes defined by the Java Virtual Machine. |
static int | DADD
The byte opcodes defined by the Java Virtual Machine. |
static int | DALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | DASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | DCMPG
The byte opcodes defined by the Java Virtual Machine. |
static int | DCMPL
The byte opcodes defined by the Java Virtual Machine. |
static int | DCONST_0
The byte opcodes defined by the Java Virtual Machine. |
static int | DCONST_1
The byte opcodes defined by the Java Virtual Machine. |
static int | DDIV
The byte opcodes defined by the Java Virtual Machine. |
static int | DLOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | DLOAD_0
The byte opcodes defined by the Java Virtual Machine. |
static int | DLOAD_1
The byte opcodes defined by the Java Virtual Machine. |
static int | DLOAD_2
The byte opcodes defined by the Java Virtual Machine. |
static int | DLOAD_3
The byte opcodes defined by the Java Virtual Machine. |
static int | DMUL
The byte opcodes defined by the Java Virtual Machine. |
static int | DNEG
The byte opcodes defined by the Java Virtual Machine. |
static int | DREM
The byte opcodes defined by the Java Virtual Machine. |
static int | DRETURN
The byte opcodes defined by the Java Virtual Machine. |
static int | DSTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | DSTORE_0
The byte opcodes defined by the Java Virtual Machine. |
static int | DSTORE_1
The byte opcodes defined by the Java Virtual Machine. |
static int | DSTORE_2
The byte opcodes defined by the Java Virtual Machine. |
static int | DSTORE_3
The byte opcodes defined by the Java Virtual Machine. |
static int | DSUB
The byte opcodes defined by the Java Virtual Machine. |
static int | DUP
The byte opcodes defined by the Java Virtual Machine. |
static int | DUP2
The byte opcodes defined by the Java Virtual Machine. |
static int | DUP2_X1
The byte opcodes defined by the Java Virtual Machine. |
static int | DUP2_X2
The byte opcodes defined by the Java Virtual Machine. |
static int | DUP_X1
The byte opcodes defined by the Java Virtual Machine. |
static int | DUP_X2
The byte opcodes defined by the Java Virtual Machine. |
static int | F2D
The byte opcodes defined by the Java Virtual Machine. |
static int | F2I
The byte opcodes defined by the Java Virtual Machine. |
static int | F2L
The byte opcodes defined by the Java Virtual Machine. |
static int | FADD
The byte opcodes defined by the Java Virtual Machine. |
static int | FALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | FASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | FCMPG
The byte opcodes defined by the Java Virtual Machine. |
static int | FCMPL
The byte opcodes defined by the Java Virtual Machine. |
static int | FCONST_0
The byte opcodes defined by the Java Virtual Machine. |
static int | FCONST_1
The byte opcodes defined by the Java Virtual Machine. |
static int | FCONST_2
The byte opcodes defined by the Java Virtual Machine. |
static int | FDIV
The byte opcodes defined by the Java Virtual Machine. |
static int | FLOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | FLOAD_0
The byte opcodes defined by the Java Virtual Machine. |
static int | FLOAD_1
The byte opcodes defined by the Java Virtual Machine. |
static int | FLOAD_2
The byte opcodes defined by the Java Virtual Machine. |
static int | FLOAD_3
The byte opcodes defined by the Java Virtual Machine. |
static int | FMUL
The byte opcodes defined by the Java Virtual Machine. |
static int | FNEG
The byte opcodes defined by the Java Virtual Machine. |
static int | FREM
The byte opcodes defined by the Java Virtual Machine. |
static int | FRETURN
The byte opcodes defined by the Java Virtual Machine. |
static int | FSTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | FSTORE_0
The byte opcodes defined by the Java Virtual Machine. |
static int | FSTORE_1
The byte opcodes defined by the Java Virtual Machine. |
static int | FSTORE_2
The byte opcodes defined by the Java Virtual Machine. |
static int | FSTORE_3
The byte opcodes defined by the Java Virtual Machine. |
static int | FSUB
The byte opcodes defined by the Java Virtual Machine. |
static int | GETFIELD
The byte opcodes defined by the Java Virtual Machine. |
static int | GETSTATIC
The byte opcodes defined by the Java Virtual Machine. |
static int | GOTO
The byte opcodes defined by the Java Virtual Machine. |
static int | GOTO_W
The byte opcodes defined by the Java Virtual Machine. |
static int | I2B
The byte opcodes defined by the Java Virtual Machine. |
static int | I2C
The byte opcodes defined by the Java Virtual Machine. |
static int | I2D
The byte opcodes defined by the Java Virtual Machine. |
static int | I2F
The byte opcodes defined by the Java Virtual Machine. |
static int | I2L
The byte opcodes defined by the Java Virtual Machine. |
static int | I2S
The byte opcodes defined by the Java Virtual Machine. |
static int | IADD
The byte opcodes defined by the Java Virtual Machine. |
static int | IALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | IAND
The byte opcodes defined by the Java Virtual Machine. |
static int | IASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_0
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_1
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_2
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_3
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_4
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_5
The byte opcodes defined by the Java Virtual Machine. |
static int | ICONST_M1
The byte opcodes defined by the Java Virtual Machine. |
static int | IDIV
The byte opcodes defined by the Java Virtual Machine. |
static int | IFEQ
The byte opcodes defined by the Java Virtual Machine. |
static int | IFGE
The byte opcodes defined by the Java Virtual Machine. |
static int | IFGT
The byte opcodes defined by the Java Virtual Machine. |
static int | IFLE
The byte opcodes defined by the Java Virtual Machine. |
static int | IFLT
The byte opcodes defined by the Java Virtual Machine. |
static int | IFNE
The byte opcodes defined by the Java Virtual Machine. |
static int | IFNONNULL
The byte opcodes defined by the Java Virtual Machine. |
static int | IFNULL
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ACMPEQ
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ACMPNE
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ICMPEQ
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ICMPGE
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ICMPGT
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ICMPLE
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ICMPLT
The byte opcodes defined by the Java Virtual Machine. |
static int | IF_ICMPNE
The byte opcodes defined by the Java Virtual Machine. |
static int | IINC
The byte opcodes defined by the Java Virtual Machine. |
static int | ILOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | ILOAD_0
The byte opcodes defined by the Java Virtual Machine. |
static int | ILOAD_1
The byte opcodes defined by the Java Virtual Machine. |
static int | ILOAD_2
The byte opcodes defined by the Java Virtual Machine. |
static int | ILOAD_3
The byte opcodes defined by the Java Virtual Machine. |
static int | IMPDEP1
The byte opcodes defined by the Java Virtual Machine. |
static int | IMPDEP2
The byte opcodes defined by the Java Virtual Machine. |
static int | IMUL
The byte opcodes defined by the Java Virtual Machine. |
static int | INEG
The byte opcodes defined by the Java Virtual Machine. |
static int | INSTANCEOF
The byte opcodes defined by the Java Virtual Machine. |
static int | INVOKEINTERFACE
The byte opcodes defined by the Java Virtual Machine. |
static int | INVOKESPECIAL
The byte opcodes defined by the Java Virtual Machine. |
static int | INVOKESTATIC
The byte opcodes defined by the Java Virtual Machine. |
static int | INVOKEVIRTUAL
The byte opcodes defined by the Java Virtual Machine. |
static int | IOR
The byte opcodes defined by the Java Virtual Machine. |
static int | IREM
The byte opcodes defined by the Java Virtual Machine. |
static int | IRETURN
The byte opcodes defined by the Java Virtual Machine. |
static int | ISHL
The byte opcodes defined by the Java Virtual Machine. |
static int | ISHR
The byte opcodes defined by the Java Virtual Machine. |
static int | ISTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | ISTORE_0
The byte opcodes defined by the Java Virtual Machine. |
static int | ISTORE_1
The byte opcodes defined by the Java Virtual Machine. |
static int | ISTORE_2
The byte opcodes defined by the Java Virtual Machine. |
static int | ISTORE_3
The byte opcodes defined by the Java Virtual Machine. |
static int | ISUB
The byte opcodes defined by the Java Virtual Machine. |
static int | IUSHR
The byte opcodes defined by the Java Virtual Machine. |
static int | IXOR
The byte opcodes defined by the Java Virtual Machine. |
static int | JSR
The byte opcodes defined by the Java Virtual Machine. |
static int | JSR_W
The byte opcodes defined by the Java Virtual Machine. |
static int | L2D
The byte opcodes defined by the Java Virtual Machine. |
static int | L2F
The byte opcodes defined by the Java Virtual Machine. |
static int | L2I
The byte opcodes defined by the Java Virtual Machine. |
static int | LADD
The byte opcodes defined by the Java Virtual Machine. |
static int | LALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | LAND
The byte opcodes defined by the Java Virtual Machine. |
static int | LASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | LCMP
The byte opcodes defined by the Java Virtual Machine. |
static int | LCONST_0
The byte opcodes defined by the Java Virtual Machine. |
static int | LCONST_1
The byte opcodes defined by the Java Virtual Machine. |
static int | LDC
The byte opcodes defined by the Java Virtual Machine. |
static int | LDC2_W
The byte opcodes defined by the Java Virtual Machine. |
static int | LDC_W
The byte opcodes defined by the Java Virtual Machine. |
static int | LDIV
The byte opcodes defined by the Java Virtual Machine. |
static int | LLOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | LLOAD_0
The byte opcodes defined by the Java Virtual Machine. |
static int | LLOAD_1
The byte opcodes defined by the Java Virtual Machine. |
static int | LLOAD_2
The byte opcodes defined by the Java Virtual Machine. |
static int | LLOAD_3
The byte opcodes defined by the Java Virtual Machine. |
static int | LMUL
The byte opcodes defined by the Java Virtual Machine. |
static int | LNEG
The byte opcodes defined by the Java Virtual Machine. |
static int | LOOKUPSWITCH
The byte opcodes defined by the Java Virtual Machine. |
static int | LOR
The byte opcodes defined by the Java Virtual Machine. |
static int | LREM
The byte opcodes defined by the Java Virtual Machine. |
static int | LRETURN
The byte opcodes defined by the Java Virtual Machine. |
static int | LSHL
The byte opcodes defined by the Java Virtual Machine. |
static int | LSHR
The byte opcodes defined by the Java Virtual Machine. |
static int | LSTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | LSTORE_0
The byte opcodes defined by the Java Virtual Machine. |
static int | LSTORE_1
The byte opcodes defined by the Java Virtual Machine. |
static int | LSTORE_2
The byte opcodes defined by the Java Virtual Machine. |
static int | LSTORE_3
The byte opcodes defined by the Java Virtual Machine. |
static int | LSUB
The byte opcodes defined by the Java Virtual Machine. |
static int | LUSHR
The byte opcodes defined by the Java Virtual Machine. |
static int | LXOR
The byte opcodes defined by the Java Virtual Machine. |
static int | MONITORENTER
The byte opcodes defined by the Java Virtual Machine. |
static int | MONITOREXIT
The byte opcodes defined by the Java Virtual Machine. |
static int | MULTIANEWARRAY
The byte opcodes defined by the Java Virtual Machine. |
static int | NEW
The byte opcodes defined by the Java Virtual Machine. |
static int | NEWARRAY
The byte opcodes defined by the Java Virtual Machine. |
static int | NOP
The byte opcodes defined by the Java Virtual Machine. |
static int | POP
The byte opcodes defined by the Java Virtual Machine. |
static int | POP2
The byte opcodes defined by the Java Virtual Machine. |
static int | PUTFIELD
The byte opcodes defined by the Java Virtual Machine. |
static int | PUTSTATIC
The byte opcodes defined by the Java Virtual Machine. |
static int | RET
The byte opcodes defined by the Java Virtual Machine. |
static int | RETURN
The byte opcodes defined by the Java Virtual Machine. |
static int | SALOAD
The byte opcodes defined by the Java Virtual Machine. |
static int | SASTORE
The byte opcodes defined by the Java Virtual Machine. |
static int | SIPUSH
The byte opcodes defined by the Java Virtual Machine. |
static int | SWAP
The byte opcodes defined by the Java Virtual Machine. |
static int | TABLESWITCH
The byte opcodes defined by the Java Virtual Machine. |
static byte | T_BOOLEAN
Types for the NEWARRAY opcode. |
static byte | T_BYTE
Types for the NEWARRAY opcode. |
static byte | T_CHAR
Types for the NEWARRAY opcode. |
static byte | T_DOUBLE
Types for the NEWARRAY opcode. |
static byte | T_FLOAT
Types for the NEWARRAY opcode. |
static byte | T_INT
Types for the NEWARRAY opcode. |
static byte | T_LONG
Types for the NEWARRAY opcode. |
static byte | T_SHORT
Types for the NEWARRAY opcode. |
static int | WIDE
The byte opcodes defined by the Java Virtual Machine. |
public static final int AALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int AASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int ACONST_NULL
The byte opcodes defined by the Java Virtual Machine.
public static final int ALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int ALOAD_0
The byte opcodes defined by the Java Virtual Machine.
public static final int ALOAD_1
The byte opcodes defined by the Java Virtual Machine.
public static final int ALOAD_2
The byte opcodes defined by the Java Virtual Machine.
public static final int ALOAD_3
The byte opcodes defined by the Java Virtual Machine.
public static final int ANEWARRAY
The byte opcodes defined by the Java Virtual Machine.
public static final int ARETURN
The byte opcodes defined by the Java Virtual Machine.
public static final int ARRAYLENGTH
The byte opcodes defined by the Java Virtual Machine.
public static final int ASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int ASTORE_0
The byte opcodes defined by the Java Virtual Machine.
public static final int ASTORE_1
The byte opcodes defined by the Java Virtual Machine.
public static final int ASTORE_2
The byte opcodes defined by the Java Virtual Machine.
public static final int ASTORE_3
The byte opcodes defined by the Java Virtual Machine.
public static final int ATHROW
The byte opcodes defined by the Java Virtual Machine.
public static final int BALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int BASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int BIPUSH
The byte opcodes defined by the Java Virtual Machine.
public static final int BREAKPOINT
The byte opcodes defined by the Java Virtual Machine.
public static final int CALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int CASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int CHECKCAST
The byte opcodes defined by the Java Virtual Machine.
public static final int D2F
The byte opcodes defined by the Java Virtual Machine.
public static final int D2I
The byte opcodes defined by the Java Virtual Machine.
public static final int D2L
The byte opcodes defined by the Java Virtual Machine.
public static final int DADD
The byte opcodes defined by the Java Virtual Machine.
public static final int DALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int DASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int DCMPG
The byte opcodes defined by the Java Virtual Machine.
public static final int DCMPL
The byte opcodes defined by the Java Virtual Machine.
public static final int DCONST_0
The byte opcodes defined by the Java Virtual Machine.
public static final int DCONST_1
The byte opcodes defined by the Java Virtual Machine.
public static final int DDIV
The byte opcodes defined by the Java Virtual Machine.
public static final int DLOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int DLOAD_0
The byte opcodes defined by the Java Virtual Machine.
public static final int DLOAD_1
The byte opcodes defined by the Java Virtual Machine.
public static final int DLOAD_2
The byte opcodes defined by the Java Virtual Machine.
public static final int DLOAD_3
The byte opcodes defined by the Java Virtual Machine.
public static final int DMUL
The byte opcodes defined by the Java Virtual Machine.
public static final int DNEG
The byte opcodes defined by the Java Virtual Machine.
public static final int DREM
The byte opcodes defined by the Java Virtual Machine.
public static final int DRETURN
The byte opcodes defined by the Java Virtual Machine.
public static final int DSTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int DSTORE_0
The byte opcodes defined by the Java Virtual Machine.
public static final int DSTORE_1
The byte opcodes defined by the Java Virtual Machine.
public static final int DSTORE_2
The byte opcodes defined by the Java Virtual Machine.
public static final int DSTORE_3
The byte opcodes defined by the Java Virtual Machine.
public static final int DSUB
The byte opcodes defined by the Java Virtual Machine.
public static final int DUP
The byte opcodes defined by the Java Virtual Machine.
public static final int DUP2
The byte opcodes defined by the Java Virtual Machine.
public static final int DUP2_X1
The byte opcodes defined by the Java Virtual Machine.
public static final int DUP2_X2
The byte opcodes defined by the Java Virtual Machine.
public static final int DUP_X1
The byte opcodes defined by the Java Virtual Machine.
public static final int DUP_X2
The byte opcodes defined by the Java Virtual Machine.
public static final int F2D
The byte opcodes defined by the Java Virtual Machine.
public static final int F2I
The byte opcodes defined by the Java Virtual Machine.
public static final int F2L
The byte opcodes defined by the Java Virtual Machine.
public static final int FADD
The byte opcodes defined by the Java Virtual Machine.
public static final int FALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int FASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int FCMPG
The byte opcodes defined by the Java Virtual Machine.
public static final int FCMPL
The byte opcodes defined by the Java Virtual Machine.
public static final int FCONST_0
The byte opcodes defined by the Java Virtual Machine.
public static final int FCONST_1
The byte opcodes defined by the Java Virtual Machine.
public static final int FCONST_2
The byte opcodes defined by the Java Virtual Machine.
public static final int FDIV
The byte opcodes defined by the Java Virtual Machine.
public static final int FLOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int FLOAD_0
The byte opcodes defined by the Java Virtual Machine.
public static final int FLOAD_1
The byte opcodes defined by the Java Virtual Machine.
public static final int FLOAD_2
The byte opcodes defined by the Java Virtual Machine.
public static final int FLOAD_3
The byte opcodes defined by the Java Virtual Machine.
public static final int FMUL
The byte opcodes defined by the Java Virtual Machine.
public static final int FNEG
The byte opcodes defined by the Java Virtual Machine.
public static final int FREM
The byte opcodes defined by the Java Virtual Machine.
public static final int FRETURN
The byte opcodes defined by the Java Virtual Machine.
public static final int FSTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int FSTORE_0
The byte opcodes defined by the Java Virtual Machine.
public static final int FSTORE_1
The byte opcodes defined by the Java Virtual Machine.
public static final int FSTORE_2
The byte opcodes defined by the Java Virtual Machine.
public static final int FSTORE_3
The byte opcodes defined by the Java Virtual Machine.
public static final int FSUB
The byte opcodes defined by the Java Virtual Machine.
public static final int GETFIELD
The byte opcodes defined by the Java Virtual Machine.
public static final int GETSTATIC
The byte opcodes defined by the Java Virtual Machine.
public static final int GOTO
The byte opcodes defined by the Java Virtual Machine.
public static final int GOTO_W
The byte opcodes defined by the Java Virtual Machine.
public static final int I2B
The byte opcodes defined by the Java Virtual Machine.
public static final int I2C
The byte opcodes defined by the Java Virtual Machine.
public static final int I2D
The byte opcodes defined by the Java Virtual Machine.
public static final int I2F
The byte opcodes defined by the Java Virtual Machine.
public static final int I2L
The byte opcodes defined by the Java Virtual Machine.
public static final int I2S
The byte opcodes defined by the Java Virtual Machine.
public static final int IADD
The byte opcodes defined by the Java Virtual Machine.
public static final int IALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int IAND
The byte opcodes defined by the Java Virtual Machine.
public static final int IASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_0
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_1
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_2
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_3
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_4
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_5
The byte opcodes defined by the Java Virtual Machine.
public static final int ICONST_M1
The byte opcodes defined by the Java Virtual Machine.
public static final int IDIV
The byte opcodes defined by the Java Virtual Machine.
public static final int IFEQ
The byte opcodes defined by the Java Virtual Machine.
public static final int IFGE
The byte opcodes defined by the Java Virtual Machine.
public static final int IFGT
The byte opcodes defined by the Java Virtual Machine.
public static final int IFLE
The byte opcodes defined by the Java Virtual Machine.
public static final int IFLT
The byte opcodes defined by the Java Virtual Machine.
public static final int IFNE
The byte opcodes defined by the Java Virtual Machine.
public static final int IFNONNULL
The byte opcodes defined by the Java Virtual Machine.
public static final int IFNULL
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ACMPEQ
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ACMPNE
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ICMPEQ
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ICMPGE
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ICMPGT
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ICMPLE
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ICMPLT
The byte opcodes defined by the Java Virtual Machine.
public static final int IF_ICMPNE
The byte opcodes defined by the Java Virtual Machine.
public static final int IINC
The byte opcodes defined by the Java Virtual Machine.
public static final int ILOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int ILOAD_0
The byte opcodes defined by the Java Virtual Machine.
public static final int ILOAD_1
The byte opcodes defined by the Java Virtual Machine.
public static final int ILOAD_2
The byte opcodes defined by the Java Virtual Machine.
public static final int ILOAD_3
The byte opcodes defined by the Java Virtual Machine.
public static final int IMPDEP1
The byte opcodes defined by the Java Virtual Machine.
public static final int IMPDEP2
The byte opcodes defined by the Java Virtual Machine.
public static final int IMUL
The byte opcodes defined by the Java Virtual Machine.
public static final int INEG
The byte opcodes defined by the Java Virtual Machine.
public static final int INSTANCEOF
The byte opcodes defined by the Java Virtual Machine.
public static final int INVOKEINTERFACE
The byte opcodes defined by the Java Virtual Machine.
public static final int INVOKESPECIAL
The byte opcodes defined by the Java Virtual Machine.
public static final int INVOKESTATIC
The byte opcodes defined by the Java Virtual Machine.
public static final int INVOKEVIRTUAL
The byte opcodes defined by the Java Virtual Machine.
public static final int IOR
The byte opcodes defined by the Java Virtual Machine.
public static final int IREM
The byte opcodes defined by the Java Virtual Machine.
public static final int IRETURN
The byte opcodes defined by the Java Virtual Machine.
public static final int ISHL
The byte opcodes defined by the Java Virtual Machine.
public static final int ISHR
The byte opcodes defined by the Java Virtual Machine.
public static final int ISTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int ISTORE_0
The byte opcodes defined by the Java Virtual Machine.
public static final int ISTORE_1
The byte opcodes defined by the Java Virtual Machine.
public static final int ISTORE_2
The byte opcodes defined by the Java Virtual Machine.
public static final int ISTORE_3
The byte opcodes defined by the Java Virtual Machine.
public static final int ISUB
The byte opcodes defined by the Java Virtual Machine.
public static final int IUSHR
The byte opcodes defined by the Java Virtual Machine.
public static final int IXOR
The byte opcodes defined by the Java Virtual Machine.
public static final int JSR
The byte opcodes defined by the Java Virtual Machine.
public static final int JSR_W
The byte opcodes defined by the Java Virtual Machine.
public static final int L2D
The byte opcodes defined by the Java Virtual Machine.
public static final int L2F
The byte opcodes defined by the Java Virtual Machine.
public static final int L2I
The byte opcodes defined by the Java Virtual Machine.
public static final int LADD
The byte opcodes defined by the Java Virtual Machine.
public static final int LALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int LAND
The byte opcodes defined by the Java Virtual Machine.
public static final int LASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int LCMP
The byte opcodes defined by the Java Virtual Machine.
public static final int LCONST_0
The byte opcodes defined by the Java Virtual Machine.
public static final int LCONST_1
The byte opcodes defined by the Java Virtual Machine.
public static final int LDC
The byte opcodes defined by the Java Virtual Machine.
public static final int LDC2_W
The byte opcodes defined by the Java Virtual Machine.
public static final int LDC_W
The byte opcodes defined by the Java Virtual Machine.
public static final int LDIV
The byte opcodes defined by the Java Virtual Machine.
public static final int LLOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int LLOAD_0
The byte opcodes defined by the Java Virtual Machine.
public static final int LLOAD_1
The byte opcodes defined by the Java Virtual Machine.
public static final int LLOAD_2
The byte opcodes defined by the Java Virtual Machine.
public static final int LLOAD_3
The byte opcodes defined by the Java Virtual Machine.
public static final int LMUL
The byte opcodes defined by the Java Virtual Machine.
public static final int LNEG
The byte opcodes defined by the Java Virtual Machine.
public static final int LOOKUPSWITCH
The byte opcodes defined by the Java Virtual Machine.
public static final int LOR
The byte opcodes defined by the Java Virtual Machine.
public static final int LREM
The byte opcodes defined by the Java Virtual Machine.
public static final int LRETURN
The byte opcodes defined by the Java Virtual Machine.
public static final int LSHL
The byte opcodes defined by the Java Virtual Machine.
public static final int LSHR
The byte opcodes defined by the Java Virtual Machine.
public static final int LSTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int LSTORE_0
The byte opcodes defined by the Java Virtual Machine.
public static final int LSTORE_1
The byte opcodes defined by the Java Virtual Machine.
public static final int LSTORE_2
The byte opcodes defined by the Java Virtual Machine.
public static final int LSTORE_3
The byte opcodes defined by the Java Virtual Machine.
public static final int LSUB
The byte opcodes defined by the Java Virtual Machine.
public static final int LUSHR
The byte opcodes defined by the Java Virtual Machine.
public static final int LXOR
The byte opcodes defined by the Java Virtual Machine.
public static final int MONITORENTER
The byte opcodes defined by the Java Virtual Machine.
public static final int MONITOREXIT
The byte opcodes defined by the Java Virtual Machine.
public static final int MULTIANEWARRAY
The byte opcodes defined by the Java Virtual Machine.
public static final int NEW
The byte opcodes defined by the Java Virtual Machine.
public static final int NEWARRAY
The byte opcodes defined by the Java Virtual Machine.
public static final int NOP
The byte opcodes defined by the Java Virtual Machine.
public static final int POP
The byte opcodes defined by the Java Virtual Machine.
public static final int POP2
The byte opcodes defined by the Java Virtual Machine.
public static final int PUTFIELD
The byte opcodes defined by the Java Virtual Machine.
public static final int PUTSTATIC
The byte opcodes defined by the Java Virtual Machine.
public static final int RET
The byte opcodes defined by the Java Virtual Machine.
public static final int RETURN
The byte opcodes defined by the Java Virtual Machine.
public static final int SALOAD
The byte opcodes defined by the Java Virtual Machine.
public static final int SASTORE
The byte opcodes defined by the Java Virtual Machine.
public static final int SIPUSH
The byte opcodes defined by the Java Virtual Machine.
public static final int SWAP
The byte opcodes defined by the Java Virtual Machine.
public static final int TABLESWITCH
The byte opcodes defined by the Java Virtual Machine.
public static final byte T_BOOLEAN
Types for the NEWARRAY opcode.
public static final byte T_BYTE
Types for the NEWARRAY opcode.
public static final byte T_CHAR
Types for the NEWARRAY opcode.
public static final byte T_DOUBLE
Types for the NEWARRAY opcode.
public static final byte T_FLOAT
Types for the NEWARRAY opcode.
public static final byte T_INT
Types for the NEWARRAY opcode.
public static final byte T_LONG
Types for the NEWARRAY opcode.
public static final byte T_SHORT
Types for the NEWARRAY opcode.
public static final int WIDE
The byte opcodes defined by the Java Virtual Machine.