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 intAALOAD
The byte opcodes defined by the Java Virtual Machine.
static intAASTORE
The byte opcodes defined by the Java Virtual Machine.
static intACONST_NULL
The byte opcodes defined by the Java Virtual Machine.
static intALOAD
The byte opcodes defined by the Java Virtual Machine.
static intALOAD_0
The byte opcodes defined by the Java Virtual Machine.
static intALOAD_1
The byte opcodes defined by the Java Virtual Machine.
static intALOAD_2
The byte opcodes defined by the Java Virtual Machine.
static intALOAD_3
The byte opcodes defined by the Java Virtual Machine.
static intANEWARRAY
The byte opcodes defined by the Java Virtual Machine.
static intARETURN
The byte opcodes defined by the Java Virtual Machine.
static intARRAYLENGTH
The byte opcodes defined by the Java Virtual Machine.
static intASTORE
The byte opcodes defined by the Java Virtual Machine.
static intASTORE_0
The byte opcodes defined by the Java Virtual Machine.
static intASTORE_1
The byte opcodes defined by the Java Virtual Machine.
static intASTORE_2
The byte opcodes defined by the Java Virtual Machine.
static intASTORE_3
The byte opcodes defined by the Java Virtual Machine.
static intATHROW
The byte opcodes defined by the Java Virtual Machine.
static intBALOAD
The byte opcodes defined by the Java Virtual Machine.
static intBASTORE
The byte opcodes defined by the Java Virtual Machine.
static intBIPUSH
The byte opcodes defined by the Java Virtual Machine.
static intBREAKPOINT
The byte opcodes defined by the Java Virtual Machine.
static intCALOAD
The byte opcodes defined by the Java Virtual Machine.
static intCASTORE
The byte opcodes defined by the Java Virtual Machine.
static intCHECKCAST
The byte opcodes defined by the Java Virtual Machine.
static intD2F
The byte opcodes defined by the Java Virtual Machine.
static intD2I
The byte opcodes defined by the Java Virtual Machine.
static intD2L
The byte opcodes defined by the Java Virtual Machine.
static intDADD
The byte opcodes defined by the Java Virtual Machine.
static intDALOAD
The byte opcodes defined by the Java Virtual Machine.
static intDASTORE
The byte opcodes defined by the Java Virtual Machine.
static intDCMPG
The byte opcodes defined by the Java Virtual Machine.
static intDCMPL
The byte opcodes defined by the Java Virtual Machine.
static intDCONST_0
The byte opcodes defined by the Java Virtual Machine.
static intDCONST_1
The byte opcodes defined by the Java Virtual Machine.
static intDDIV
The byte opcodes defined by the Java Virtual Machine.
static intDLOAD
The byte opcodes defined by the Java Virtual Machine.
static intDLOAD_0
The byte opcodes defined by the Java Virtual Machine.
static intDLOAD_1
The byte opcodes defined by the Java Virtual Machine.
static intDLOAD_2
The byte opcodes defined by the Java Virtual Machine.
static intDLOAD_3
The byte opcodes defined by the Java Virtual Machine.
static intDMUL
The byte opcodes defined by the Java Virtual Machine.
static intDNEG
The byte opcodes defined by the Java Virtual Machine.
static intDREM
The byte opcodes defined by the Java Virtual Machine.
static intDRETURN
The byte opcodes defined by the Java Virtual Machine.
static intDSTORE
The byte opcodes defined by the Java Virtual Machine.
static intDSTORE_0
The byte opcodes defined by the Java Virtual Machine.
static intDSTORE_1
The byte opcodes defined by the Java Virtual Machine.
static intDSTORE_2
The byte opcodes defined by the Java Virtual Machine.
static intDSTORE_3
The byte opcodes defined by the Java Virtual Machine.
static intDSUB
The byte opcodes defined by the Java Virtual Machine.
static intDUP
The byte opcodes defined by the Java Virtual Machine.
static intDUP2
The byte opcodes defined by the Java Virtual Machine.
static intDUP2_X1
The byte opcodes defined by the Java Virtual Machine.
static intDUP2_X2
The byte opcodes defined by the Java Virtual Machine.
static intDUP_X1
The byte opcodes defined by the Java Virtual Machine.
static intDUP_X2
The byte opcodes defined by the Java Virtual Machine.
static intF2D
The byte opcodes defined by the Java Virtual Machine.
static intF2I
The byte opcodes defined by the Java Virtual Machine.
static intF2L
The byte opcodes defined by the Java Virtual Machine.
static intFADD
The byte opcodes defined by the Java Virtual Machine.
static intFALOAD
The byte opcodes defined by the Java Virtual Machine.
static intFASTORE
The byte opcodes defined by the Java Virtual Machine.
static intFCMPG
The byte opcodes defined by the Java Virtual Machine.
static intFCMPL
The byte opcodes defined by the Java Virtual Machine.
static intFCONST_0
The byte opcodes defined by the Java Virtual Machine.
static intFCONST_1
The byte opcodes defined by the Java Virtual Machine.
static intFCONST_2
The byte opcodes defined by the Java Virtual Machine.
static intFDIV
The byte opcodes defined by the Java Virtual Machine.
static intFLOAD
The byte opcodes defined by the Java Virtual Machine.
static intFLOAD_0
The byte opcodes defined by the Java Virtual Machine.
static intFLOAD_1
The byte opcodes defined by the Java Virtual Machine.
static intFLOAD_2
The byte opcodes defined by the Java Virtual Machine.
static intFLOAD_3
The byte opcodes defined by the Java Virtual Machine.
static intFMUL
The byte opcodes defined by the Java Virtual Machine.
static intFNEG
The byte opcodes defined by the Java Virtual Machine.
static intFREM
The byte opcodes defined by the Java Virtual Machine.
static intFRETURN
The byte opcodes defined by the Java Virtual Machine.
static intFSTORE
The byte opcodes defined by the Java Virtual Machine.
static intFSTORE_0
The byte opcodes defined by the Java Virtual Machine.
static intFSTORE_1
The byte opcodes defined by the Java Virtual Machine.
static intFSTORE_2
The byte opcodes defined by the Java Virtual Machine.
static intFSTORE_3
The byte opcodes defined by the Java Virtual Machine.
static intFSUB
The byte opcodes defined by the Java Virtual Machine.
static intGETFIELD
The byte opcodes defined by the Java Virtual Machine.
static intGETSTATIC
The byte opcodes defined by the Java Virtual Machine.
static intGOTO
The byte opcodes defined by the Java Virtual Machine.
static intGOTO_W
The byte opcodes defined by the Java Virtual Machine.
static intI2B
The byte opcodes defined by the Java Virtual Machine.
static intI2C
The byte opcodes defined by the Java Virtual Machine.
static intI2D
The byte opcodes defined by the Java Virtual Machine.
static intI2F
The byte opcodes defined by the Java Virtual Machine.
static intI2L
The byte opcodes defined by the Java Virtual Machine.
static intI2S
The byte opcodes defined by the Java Virtual Machine.
static intIADD
The byte opcodes defined by the Java Virtual Machine.
static intIALOAD
The byte opcodes defined by the Java Virtual Machine.
static intIAND
The byte opcodes defined by the Java Virtual Machine.
static intIASTORE
The byte opcodes defined by the Java Virtual Machine.
static intICONST_0
The byte opcodes defined by the Java Virtual Machine.
static intICONST_1
The byte opcodes defined by the Java Virtual Machine.
static intICONST_2
The byte opcodes defined by the Java Virtual Machine.
static intICONST_3
The byte opcodes defined by the Java Virtual Machine.
static intICONST_4
The byte opcodes defined by the Java Virtual Machine.
static intICONST_5
The byte opcodes defined by the Java Virtual Machine.
static intICONST_M1
The byte opcodes defined by the Java Virtual Machine.
static intIDIV
The byte opcodes defined by the Java Virtual Machine.
static intIFEQ
The byte opcodes defined by the Java Virtual Machine.
static intIFGE
The byte opcodes defined by the Java Virtual Machine.
static intIFGT
The byte opcodes defined by the Java Virtual Machine.
static intIFLE
The byte opcodes defined by the Java Virtual Machine.
static intIFLT
The byte opcodes defined by the Java Virtual Machine.
static intIFNE
The byte opcodes defined by the Java Virtual Machine.
static intIFNONNULL
The byte opcodes defined by the Java Virtual Machine.
static intIFNULL
The byte opcodes defined by the Java Virtual Machine.
static intIF_ACMPEQ
The byte opcodes defined by the Java Virtual Machine.
static intIF_ACMPNE
The byte opcodes defined by the Java Virtual Machine.
static intIF_ICMPEQ
The byte opcodes defined by the Java Virtual Machine.
static intIF_ICMPGE
The byte opcodes defined by the Java Virtual Machine.
static intIF_ICMPGT
The byte opcodes defined by the Java Virtual Machine.
static intIF_ICMPLE
The byte opcodes defined by the Java Virtual Machine.
static intIF_ICMPLT
The byte opcodes defined by the Java Virtual Machine.
static intIF_ICMPNE
The byte opcodes defined by the Java Virtual Machine.
static intIINC
The byte opcodes defined by the Java Virtual Machine.
static intILOAD
The byte opcodes defined by the Java Virtual Machine.
static intILOAD_0
The byte opcodes defined by the Java Virtual Machine.
static intILOAD_1
The byte opcodes defined by the Java Virtual Machine.
static intILOAD_2
The byte opcodes defined by the Java Virtual Machine.
static intILOAD_3
The byte opcodes defined by the Java Virtual Machine.
static intIMPDEP1
The byte opcodes defined by the Java Virtual Machine.
static intIMPDEP2
The byte opcodes defined by the Java Virtual Machine.
static intIMUL
The byte opcodes defined by the Java Virtual Machine.
static intINEG
The byte opcodes defined by the Java Virtual Machine.
static intINSTANCEOF
The byte opcodes defined by the Java Virtual Machine.
static intINVOKEINTERFACE
The byte opcodes defined by the Java Virtual Machine.
static intINVOKESPECIAL
The byte opcodes defined by the Java Virtual Machine.
static intINVOKESTATIC
The byte opcodes defined by the Java Virtual Machine.
static intINVOKEVIRTUAL
The byte opcodes defined by the Java Virtual Machine.
static intIOR
The byte opcodes defined by the Java Virtual Machine.
static intIREM
The byte opcodes defined by the Java Virtual Machine.
static intIRETURN
The byte opcodes defined by the Java Virtual Machine.
static intISHL
The byte opcodes defined by the Java Virtual Machine.
static intISHR
The byte opcodes defined by the Java Virtual Machine.
static intISTORE
The byte opcodes defined by the Java Virtual Machine.
static intISTORE_0
The byte opcodes defined by the Java Virtual Machine.
static intISTORE_1
The byte opcodes defined by the Java Virtual Machine.
static intISTORE_2
The byte opcodes defined by the Java Virtual Machine.
static intISTORE_3
The byte opcodes defined by the Java Virtual Machine.
static intISUB
The byte opcodes defined by the Java Virtual Machine.
static intIUSHR
The byte opcodes defined by the Java Virtual Machine.
static intIXOR
The byte opcodes defined by the Java Virtual Machine.
static intJSR
The byte opcodes defined by the Java Virtual Machine.
static intJSR_W
The byte opcodes defined by the Java Virtual Machine.
static intL2D
The byte opcodes defined by the Java Virtual Machine.
static intL2F
The byte opcodes defined by the Java Virtual Machine.
static intL2I
The byte opcodes defined by the Java Virtual Machine.
static intLADD
The byte opcodes defined by the Java Virtual Machine.
static intLALOAD
The byte opcodes defined by the Java Virtual Machine.
static intLAND
The byte opcodes defined by the Java Virtual Machine.
static intLASTORE
The byte opcodes defined by the Java Virtual Machine.
static intLCMP
The byte opcodes defined by the Java Virtual Machine.
static intLCONST_0
The byte opcodes defined by the Java Virtual Machine.
static intLCONST_1
The byte opcodes defined by the Java Virtual Machine.
static intLDC
The byte opcodes defined by the Java Virtual Machine.
static intLDC2_W
The byte opcodes defined by the Java Virtual Machine.
static intLDC_W
The byte opcodes defined by the Java Virtual Machine.
static intLDIV
The byte opcodes defined by the Java Virtual Machine.
static intLLOAD
The byte opcodes defined by the Java Virtual Machine.
static intLLOAD_0
The byte opcodes defined by the Java Virtual Machine.
static intLLOAD_1
The byte opcodes defined by the Java Virtual Machine.
static intLLOAD_2
The byte opcodes defined by the Java Virtual Machine.
static intLLOAD_3
The byte opcodes defined by the Java Virtual Machine.
static intLMUL
The byte opcodes defined by the Java Virtual Machine.
static intLNEG
The byte opcodes defined by the Java Virtual Machine.
static intLOOKUPSWITCH
The byte opcodes defined by the Java Virtual Machine.
static intLOR
The byte opcodes defined by the Java Virtual Machine.
static intLREM
The byte opcodes defined by the Java Virtual Machine.
static intLRETURN
The byte opcodes defined by the Java Virtual Machine.
static intLSHL
The byte opcodes defined by the Java Virtual Machine.
static intLSHR
The byte opcodes defined by the Java Virtual Machine.
static intLSTORE
The byte opcodes defined by the Java Virtual Machine.
static intLSTORE_0
The byte opcodes defined by the Java Virtual Machine.
static intLSTORE_1
The byte opcodes defined by the Java Virtual Machine.
static intLSTORE_2
The byte opcodes defined by the Java Virtual Machine.
static intLSTORE_3
The byte opcodes defined by the Java Virtual Machine.
static intLSUB
The byte opcodes defined by the Java Virtual Machine.
static intLUSHR
The byte opcodes defined by the Java Virtual Machine.
static intLXOR
The byte opcodes defined by the Java Virtual Machine.
static intMONITORENTER
The byte opcodes defined by the Java Virtual Machine.
static intMONITOREXIT
The byte opcodes defined by the Java Virtual Machine.
static intMULTIANEWARRAY
The byte opcodes defined by the Java Virtual Machine.
static intNEW
The byte opcodes defined by the Java Virtual Machine.
static intNEWARRAY
The byte opcodes defined by the Java Virtual Machine.
static intNOP
The byte opcodes defined by the Java Virtual Machine.
static intPOP
The byte opcodes defined by the Java Virtual Machine.
static intPOP2
The byte opcodes defined by the Java Virtual Machine.
static intPUTFIELD
The byte opcodes defined by the Java Virtual Machine.
static intPUTSTATIC
The byte opcodes defined by the Java Virtual Machine.
static intRET
The byte opcodes defined by the Java Virtual Machine.
static intRETURN
The byte opcodes defined by the Java Virtual Machine.
static intSALOAD
The byte opcodes defined by the Java Virtual Machine.
static intSASTORE
The byte opcodes defined by the Java Virtual Machine.
static intSIPUSH
The byte opcodes defined by the Java Virtual Machine.
static intSWAP
The byte opcodes defined by the Java Virtual Machine.
static intTABLESWITCH
The byte opcodes defined by the Java Virtual Machine.
static byteT_BOOLEAN
Types for the NEWARRAY opcode.
static byteT_BYTE
Types for the NEWARRAY opcode.
static byteT_CHAR
Types for the NEWARRAY opcode.
static byteT_DOUBLE
Types for the NEWARRAY opcode.
static byteT_FLOAT
Types for the NEWARRAY opcode.
static byteT_INT
Types for the NEWARRAY opcode.
static byteT_LONG
Types for the NEWARRAY opcode.
static byteT_SHORT
Types for the NEWARRAY opcode.
static intWIDE
The byte opcodes defined by the Java Virtual Machine.

Field Detail

AALOAD

public static final int AALOAD
The byte opcodes defined by the Java Virtual Machine.

AASTORE

public static final int AASTORE
The byte opcodes defined by the Java Virtual Machine.

ACONST_NULL

public static final int ACONST_NULL
The byte opcodes defined by the Java Virtual Machine.

ALOAD

public static final int ALOAD
The byte opcodes defined by the Java Virtual Machine.

ALOAD_0

public static final int ALOAD_0
The byte opcodes defined by the Java Virtual Machine.

ALOAD_1

public static final int ALOAD_1
The byte opcodes defined by the Java Virtual Machine.

ALOAD_2

public static final int ALOAD_2
The byte opcodes defined by the Java Virtual Machine.

ALOAD_3

public static final int ALOAD_3
The byte opcodes defined by the Java Virtual Machine.

ANEWARRAY

public static final int ANEWARRAY
The byte opcodes defined by the Java Virtual Machine.

ARETURN

public static final int ARETURN
The byte opcodes defined by the Java Virtual Machine.

ARRAYLENGTH

public static final int ARRAYLENGTH
The byte opcodes defined by the Java Virtual Machine.

ASTORE

public static final int ASTORE
The byte opcodes defined by the Java Virtual Machine.

ASTORE_0

public static final int ASTORE_0
The byte opcodes defined by the Java Virtual Machine.

ASTORE_1

public static final int ASTORE_1
The byte opcodes defined by the Java Virtual Machine.

ASTORE_2

public static final int ASTORE_2
The byte opcodes defined by the Java Virtual Machine.

ASTORE_3

public static final int ASTORE_3
The byte opcodes defined by the Java Virtual Machine.

ATHROW

public static final int ATHROW
The byte opcodes defined by the Java Virtual Machine.

BALOAD

public static final int BALOAD
The byte opcodes defined by the Java Virtual Machine.

BASTORE

public static final int BASTORE
The byte opcodes defined by the Java Virtual Machine.

BIPUSH

public static final int BIPUSH
The byte opcodes defined by the Java Virtual Machine.

BREAKPOINT

public static final int BREAKPOINT
The byte opcodes defined by the Java Virtual Machine.

CALOAD

public static final int CALOAD
The byte opcodes defined by the Java Virtual Machine.

CASTORE

public static final int CASTORE
The byte opcodes defined by the Java Virtual Machine.

CHECKCAST

public static final int CHECKCAST
The byte opcodes defined by the Java Virtual Machine.

D2F

public static final int D2F
The byte opcodes defined by the Java Virtual Machine.

D2I

public static final int D2I
The byte opcodes defined by the Java Virtual Machine.

D2L

public static final int D2L
The byte opcodes defined by the Java Virtual Machine.

DADD

public static final int DADD
The byte opcodes defined by the Java Virtual Machine.

DALOAD

public static final int DALOAD
The byte opcodes defined by the Java Virtual Machine.

DASTORE

public static final int DASTORE
The byte opcodes defined by the Java Virtual Machine.

DCMPG

public static final int DCMPG
The byte opcodes defined by the Java Virtual Machine.

DCMPL

public static final int DCMPL
The byte opcodes defined by the Java Virtual Machine.

DCONST_0

public static final int DCONST_0
The byte opcodes defined by the Java Virtual Machine.

DCONST_1

public static final int DCONST_1
The byte opcodes defined by the Java Virtual Machine.

DDIV

public static final int DDIV
The byte opcodes defined by the Java Virtual Machine.

DLOAD

public static final int DLOAD
The byte opcodes defined by the Java Virtual Machine.

DLOAD_0

public static final int DLOAD_0
The byte opcodes defined by the Java Virtual Machine.

DLOAD_1

public static final int DLOAD_1
The byte opcodes defined by the Java Virtual Machine.

DLOAD_2

public static final int DLOAD_2
The byte opcodes defined by the Java Virtual Machine.

DLOAD_3

public static final int DLOAD_3
The byte opcodes defined by the Java Virtual Machine.

DMUL

public static final int DMUL
The byte opcodes defined by the Java Virtual Machine.

DNEG

public static final int DNEG
The byte opcodes defined by the Java Virtual Machine.

DREM

public static final int DREM
The byte opcodes defined by the Java Virtual Machine.

DRETURN

public static final int DRETURN
The byte opcodes defined by the Java Virtual Machine.

DSTORE

public static final int DSTORE
The byte opcodes defined by the Java Virtual Machine.

DSTORE_0

public static final int DSTORE_0
The byte opcodes defined by the Java Virtual Machine.

DSTORE_1

public static final int DSTORE_1
The byte opcodes defined by the Java Virtual Machine.

DSTORE_2

public static final int DSTORE_2
The byte opcodes defined by the Java Virtual Machine.

DSTORE_3

public static final int DSTORE_3
The byte opcodes defined by the Java Virtual Machine.

DSUB

public static final int DSUB
The byte opcodes defined by the Java Virtual Machine.

DUP

public static final int DUP
The byte opcodes defined by the Java Virtual Machine.

DUP2

public static final int DUP2
The byte opcodes defined by the Java Virtual Machine.

DUP2_X1

public static final int DUP2_X1
The byte opcodes defined by the Java Virtual Machine.

DUP2_X2

public static final int DUP2_X2
The byte opcodes defined by the Java Virtual Machine.

DUP_X1

public static final int DUP_X1
The byte opcodes defined by the Java Virtual Machine.

DUP_X2

public static final int DUP_X2
The byte opcodes defined by the Java Virtual Machine.

F2D

public static final int F2D
The byte opcodes defined by the Java Virtual Machine.

F2I

public static final int F2I
The byte opcodes defined by the Java Virtual Machine.

F2L

public static final int F2L
The byte opcodes defined by the Java Virtual Machine.

FADD

public static final int FADD
The byte opcodes defined by the Java Virtual Machine.

FALOAD

public static final int FALOAD
The byte opcodes defined by the Java Virtual Machine.

FASTORE

public static final int FASTORE
The byte opcodes defined by the Java Virtual Machine.

FCMPG

public static final int FCMPG
The byte opcodes defined by the Java Virtual Machine.

FCMPL

public static final int FCMPL
The byte opcodes defined by the Java Virtual Machine.

FCONST_0

public static final int FCONST_0
The byte opcodes defined by the Java Virtual Machine.

FCONST_1

public static final int FCONST_1
The byte opcodes defined by the Java Virtual Machine.

FCONST_2

public static final int FCONST_2
The byte opcodes defined by the Java Virtual Machine.

FDIV

public static final int FDIV
The byte opcodes defined by the Java Virtual Machine.

FLOAD

public static final int FLOAD
The byte opcodes defined by the Java Virtual Machine.

FLOAD_0

public static final int FLOAD_0
The byte opcodes defined by the Java Virtual Machine.

FLOAD_1

public static final int FLOAD_1
The byte opcodes defined by the Java Virtual Machine.

FLOAD_2

public static final int FLOAD_2
The byte opcodes defined by the Java Virtual Machine.

FLOAD_3

public static final int FLOAD_3
The byte opcodes defined by the Java Virtual Machine.

FMUL

public static final int FMUL
The byte opcodes defined by the Java Virtual Machine.

FNEG

public static final int FNEG
The byte opcodes defined by the Java Virtual Machine.

FREM

public static final int FREM
The byte opcodes defined by the Java Virtual Machine.

FRETURN

public static final int FRETURN
The byte opcodes defined by the Java Virtual Machine.

FSTORE

public static final int FSTORE
The byte opcodes defined by the Java Virtual Machine.

FSTORE_0

public static final int FSTORE_0
The byte opcodes defined by the Java Virtual Machine.

FSTORE_1

public static final int FSTORE_1
The byte opcodes defined by the Java Virtual Machine.

FSTORE_2

public static final int FSTORE_2
The byte opcodes defined by the Java Virtual Machine.

FSTORE_3

public static final int FSTORE_3
The byte opcodes defined by the Java Virtual Machine.

FSUB

public static final int FSUB
The byte opcodes defined by the Java Virtual Machine.

GETFIELD

public static final int GETFIELD
The byte opcodes defined by the Java Virtual Machine.

GETSTATIC

public static final int GETSTATIC
The byte opcodes defined by the Java Virtual Machine.

GOTO

public static final int GOTO
The byte opcodes defined by the Java Virtual Machine.

GOTO_W

public static final int GOTO_W
The byte opcodes defined by the Java Virtual Machine.

I2B

public static final int I2B
The byte opcodes defined by the Java Virtual Machine.

I2C

public static final int I2C
The byte opcodes defined by the Java Virtual Machine.

I2D

public static final int I2D
The byte opcodes defined by the Java Virtual Machine.

I2F

public static final int I2F
The byte opcodes defined by the Java Virtual Machine.

I2L

public static final int I2L
The byte opcodes defined by the Java Virtual Machine.

I2S

public static final int I2S
The byte opcodes defined by the Java Virtual Machine.

IADD

public static final int IADD
The byte opcodes defined by the Java Virtual Machine.

IALOAD

public static final int IALOAD
The byte opcodes defined by the Java Virtual Machine.

IAND

public static final int IAND
The byte opcodes defined by the Java Virtual Machine.

IASTORE

public static final int IASTORE
The byte opcodes defined by the Java Virtual Machine.

ICONST_0

public static final int ICONST_0
The byte opcodes defined by the Java Virtual Machine.

ICONST_1

public static final int ICONST_1
The byte opcodes defined by the Java Virtual Machine.

ICONST_2

public static final int ICONST_2
The byte opcodes defined by the Java Virtual Machine.

ICONST_3

public static final int ICONST_3
The byte opcodes defined by the Java Virtual Machine.

ICONST_4

public static final int ICONST_4
The byte opcodes defined by the Java Virtual Machine.

ICONST_5

public static final int ICONST_5
The byte opcodes defined by the Java Virtual Machine.

ICONST_M1

public static final int ICONST_M1
The byte opcodes defined by the Java Virtual Machine.

IDIV

public static final int IDIV
The byte opcodes defined by the Java Virtual Machine.

IFEQ

public static final int IFEQ
The byte opcodes defined by the Java Virtual Machine.

IFGE

public static final int IFGE
The byte opcodes defined by the Java Virtual Machine.

IFGT

public static final int IFGT
The byte opcodes defined by the Java Virtual Machine.

IFLE

public static final int IFLE
The byte opcodes defined by the Java Virtual Machine.

IFLT

public static final int IFLT
The byte opcodes defined by the Java Virtual Machine.

IFNE

public static final int IFNE
The byte opcodes defined by the Java Virtual Machine.

IFNONNULL

public static final int IFNONNULL
The byte opcodes defined by the Java Virtual Machine.

IFNULL

public static final int IFNULL
The byte opcodes defined by the Java Virtual Machine.

IF_ACMPEQ

public static final int IF_ACMPEQ
The byte opcodes defined by the Java Virtual Machine.

IF_ACMPNE

public static final int IF_ACMPNE
The byte opcodes defined by the Java Virtual Machine.

IF_ICMPEQ

public static final int IF_ICMPEQ
The byte opcodes defined by the Java Virtual Machine.

IF_ICMPGE

public static final int IF_ICMPGE
The byte opcodes defined by the Java Virtual Machine.

IF_ICMPGT

public static final int IF_ICMPGT
The byte opcodes defined by the Java Virtual Machine.

IF_ICMPLE

public static final int IF_ICMPLE
The byte opcodes defined by the Java Virtual Machine.

IF_ICMPLT

public static final int IF_ICMPLT
The byte opcodes defined by the Java Virtual Machine.

IF_ICMPNE

public static final int IF_ICMPNE
The byte opcodes defined by the Java Virtual Machine.

IINC

public static final int IINC
The byte opcodes defined by the Java Virtual Machine.

ILOAD

public static final int ILOAD
The byte opcodes defined by the Java Virtual Machine.

ILOAD_0

public static final int ILOAD_0
The byte opcodes defined by the Java Virtual Machine.

ILOAD_1

public static final int ILOAD_1
The byte opcodes defined by the Java Virtual Machine.

ILOAD_2

public static final int ILOAD_2
The byte opcodes defined by the Java Virtual Machine.

ILOAD_3

public static final int ILOAD_3
The byte opcodes defined by the Java Virtual Machine.

IMPDEP1

public static final int IMPDEP1
The byte opcodes defined by the Java Virtual Machine.

IMPDEP2

public static final int IMPDEP2
The byte opcodes defined by the Java Virtual Machine.

IMUL

public static final int IMUL
The byte opcodes defined by the Java Virtual Machine.

INEG

public static final int INEG
The byte opcodes defined by the Java Virtual Machine.

INSTANCEOF

public static final int INSTANCEOF
The byte opcodes defined by the Java Virtual Machine.

INVOKEINTERFACE

public static final int INVOKEINTERFACE
The byte opcodes defined by the Java Virtual Machine.

INVOKESPECIAL

public static final int INVOKESPECIAL
The byte opcodes defined by the Java Virtual Machine.

INVOKESTATIC

public static final int INVOKESTATIC
The byte opcodes defined by the Java Virtual Machine.

INVOKEVIRTUAL

public static final int INVOKEVIRTUAL
The byte opcodes defined by the Java Virtual Machine.

IOR

public static final int IOR
The byte opcodes defined by the Java Virtual Machine.

IREM

public static final int IREM
The byte opcodes defined by the Java Virtual Machine.

IRETURN

public static final int IRETURN
The byte opcodes defined by the Java Virtual Machine.

ISHL

public static final int ISHL
The byte opcodes defined by the Java Virtual Machine.

ISHR

public static final int ISHR
The byte opcodes defined by the Java Virtual Machine.

ISTORE

public static final int ISTORE
The byte opcodes defined by the Java Virtual Machine.

ISTORE_0

public static final int ISTORE_0
The byte opcodes defined by the Java Virtual Machine.

ISTORE_1

public static final int ISTORE_1
The byte opcodes defined by the Java Virtual Machine.

ISTORE_2

public static final int ISTORE_2
The byte opcodes defined by the Java Virtual Machine.

ISTORE_3

public static final int ISTORE_3
The byte opcodes defined by the Java Virtual Machine.

ISUB

public static final int ISUB
The byte opcodes defined by the Java Virtual Machine.

IUSHR

public static final int IUSHR
The byte opcodes defined by the Java Virtual Machine.

IXOR

public static final int IXOR
The byte opcodes defined by the Java Virtual Machine.

JSR

public static final int JSR
The byte opcodes defined by the Java Virtual Machine.

JSR_W

public static final int JSR_W
The byte opcodes defined by the Java Virtual Machine.

L2D

public static final int L2D
The byte opcodes defined by the Java Virtual Machine.

L2F

public static final int L2F
The byte opcodes defined by the Java Virtual Machine.

L2I

public static final int L2I
The byte opcodes defined by the Java Virtual Machine.

LADD

public static final int LADD
The byte opcodes defined by the Java Virtual Machine.

LALOAD

public static final int LALOAD
The byte opcodes defined by the Java Virtual Machine.

LAND

public static final int LAND
The byte opcodes defined by the Java Virtual Machine.

LASTORE

public static final int LASTORE
The byte opcodes defined by the Java Virtual Machine.

LCMP

public static final int LCMP
The byte opcodes defined by the Java Virtual Machine.

LCONST_0

public static final int LCONST_0
The byte opcodes defined by the Java Virtual Machine.

LCONST_1

public static final int LCONST_1
The byte opcodes defined by the Java Virtual Machine.

LDC

public static final int LDC
The byte opcodes defined by the Java Virtual Machine.

LDC2_W

public static final int LDC2_W
The byte opcodes defined by the Java Virtual Machine.

LDC_W

public static final int LDC_W
The byte opcodes defined by the Java Virtual Machine.

LDIV

public static final int LDIV
The byte opcodes defined by the Java Virtual Machine.

LLOAD

public static final int LLOAD
The byte opcodes defined by the Java Virtual Machine.

LLOAD_0

public static final int LLOAD_0
The byte opcodes defined by the Java Virtual Machine.

LLOAD_1

public static final int LLOAD_1
The byte opcodes defined by the Java Virtual Machine.

LLOAD_2

public static final int LLOAD_2
The byte opcodes defined by the Java Virtual Machine.

LLOAD_3

public static final int LLOAD_3
The byte opcodes defined by the Java Virtual Machine.

LMUL

public static final int LMUL
The byte opcodes defined by the Java Virtual Machine.

LNEG

public static final int LNEG
The byte opcodes defined by the Java Virtual Machine.

LOOKUPSWITCH

public static final int LOOKUPSWITCH
The byte opcodes defined by the Java Virtual Machine.

LOR

public static final int LOR
The byte opcodes defined by the Java Virtual Machine.

LREM

public static final int LREM
The byte opcodes defined by the Java Virtual Machine.

LRETURN

public static final int LRETURN
The byte opcodes defined by the Java Virtual Machine.

LSHL

public static final int LSHL
The byte opcodes defined by the Java Virtual Machine.

LSHR

public static final int LSHR
The byte opcodes defined by the Java Virtual Machine.

LSTORE

public static final int LSTORE
The byte opcodes defined by the Java Virtual Machine.

LSTORE_0

public static final int LSTORE_0
The byte opcodes defined by the Java Virtual Machine.

LSTORE_1

public static final int LSTORE_1
The byte opcodes defined by the Java Virtual Machine.

LSTORE_2

public static final int LSTORE_2
The byte opcodes defined by the Java Virtual Machine.

LSTORE_3

public static final int LSTORE_3
The byte opcodes defined by the Java Virtual Machine.

LSUB

public static final int LSUB
The byte opcodes defined by the Java Virtual Machine.

LUSHR

public static final int LUSHR
The byte opcodes defined by the Java Virtual Machine.

LXOR

public static final int LXOR
The byte opcodes defined by the Java Virtual Machine.

MONITORENTER

public static final int MONITORENTER
The byte opcodes defined by the Java Virtual Machine.

MONITOREXIT

public static final int MONITOREXIT
The byte opcodes defined by the Java Virtual Machine.

MULTIANEWARRAY

public static final int MULTIANEWARRAY
The byte opcodes defined by the Java Virtual Machine.

NEW

public static final int NEW
The byte opcodes defined by the Java Virtual Machine.

NEWARRAY

public static final int NEWARRAY
The byte opcodes defined by the Java Virtual Machine.

NOP

public static final int NOP
The byte opcodes defined by the Java Virtual Machine.

POP

public static final int POP
The byte opcodes defined by the Java Virtual Machine.

POP2

public static final int POP2
The byte opcodes defined by the Java Virtual Machine.

PUTFIELD

public static final int PUTFIELD
The byte opcodes defined by the Java Virtual Machine.

PUTSTATIC

public static final int PUTSTATIC
The byte opcodes defined by the Java Virtual Machine.

RET

public static final int RET
The byte opcodes defined by the Java Virtual Machine.

RETURN

public static final int RETURN
The byte opcodes defined by the Java Virtual Machine.

SALOAD

public static final int SALOAD
The byte opcodes defined by the Java Virtual Machine.

SASTORE

public static final int SASTORE
The byte opcodes defined by the Java Virtual Machine.

SIPUSH

public static final int SIPUSH
The byte opcodes defined by the Java Virtual Machine.

SWAP

public static final int SWAP
The byte opcodes defined by the Java Virtual Machine.

TABLESWITCH

public static final int TABLESWITCH
The byte opcodes defined by the Java Virtual Machine.

T_BOOLEAN

public static final byte T_BOOLEAN
Types for the NEWARRAY opcode.

T_BYTE

public static final byte T_BYTE
Types for the NEWARRAY opcode.

T_CHAR

public static final byte T_CHAR
Types for the NEWARRAY opcode.

T_DOUBLE

public static final byte T_DOUBLE
Types for the NEWARRAY opcode.

T_FLOAT

public static final byte T_FLOAT
Types for the NEWARRAY opcode.

T_INT

public static final byte T_INT
Types for the NEWARRAY opcode.

T_LONG

public static final byte T_LONG
Types for the NEWARRAY opcode.

T_SHORT

public static final byte T_SHORT
Types for the NEWARRAY opcode.

WIDE

public static final int WIDE
The byte opcodes defined by the Java Virtual Machine.