Package org.mozilla.classfile
Class ByteCode
- java.lang.Object
- 
- org.mozilla.classfile.ByteCode
 
- 
 public class ByteCode extends java.lang.ObjectThis class provides opcode values expected by the JVM in Java class files.It also provides tables for internal use by the ClassFileWriter. 
- 
- 
Field SummaryFields Modifier and Type Field Description static intAALOADThe byte opcodes defined by the Java Virtual Machine.static intAASTOREThe byte opcodes defined by the Java Virtual Machine.static intACONST_NULLThe byte opcodes defined by the Java Virtual Machine.static intALOADThe byte opcodes defined by the Java Virtual Machine.static intALOAD_0The byte opcodes defined by the Java Virtual Machine.static intALOAD_1The byte opcodes defined by the Java Virtual Machine.static intALOAD_2The byte opcodes defined by the Java Virtual Machine.static intALOAD_3The byte opcodes defined by the Java Virtual Machine.static intANEWARRAYThe byte opcodes defined by the Java Virtual Machine.static intARETURNThe byte opcodes defined by the Java Virtual Machine.static intARRAYLENGTHThe byte opcodes defined by the Java Virtual Machine.static intASTOREThe byte opcodes defined by the Java Virtual Machine.static intASTORE_0The byte opcodes defined by the Java Virtual Machine.static intASTORE_1The byte opcodes defined by the Java Virtual Machine.static intASTORE_2The byte opcodes defined by the Java Virtual Machine.static intASTORE_3The byte opcodes defined by the Java Virtual Machine.static intATHROWThe byte opcodes defined by the Java Virtual Machine.static intBALOADThe byte opcodes defined by the Java Virtual Machine.static intBASTOREThe byte opcodes defined by the Java Virtual Machine.static intBIPUSHThe byte opcodes defined by the Java Virtual Machine.static intBREAKPOINTThe byte opcodes defined by the Java Virtual Machine.static intCALOADThe byte opcodes defined by the Java Virtual Machine.static intCASTOREThe byte opcodes defined by the Java Virtual Machine.static intCHECKCASTThe byte opcodes defined by the Java Virtual Machine.static intD2FThe byte opcodes defined by the Java Virtual Machine.static intD2IThe byte opcodes defined by the Java Virtual Machine.static intD2LThe byte opcodes defined by the Java Virtual Machine.static intDADDThe byte opcodes defined by the Java Virtual Machine.static intDALOADThe byte opcodes defined by the Java Virtual Machine.static intDASTOREThe byte opcodes defined by the Java Virtual Machine.static intDCMPGThe byte opcodes defined by the Java Virtual Machine.static intDCMPLThe byte opcodes defined by the Java Virtual Machine.static intDCONST_0The byte opcodes defined by the Java Virtual Machine.static intDCONST_1The byte opcodes defined by the Java Virtual Machine.static intDDIVThe byte opcodes defined by the Java Virtual Machine.static intDLOADThe byte opcodes defined by the Java Virtual Machine.static intDLOAD_0The byte opcodes defined by the Java Virtual Machine.static intDLOAD_1The byte opcodes defined by the Java Virtual Machine.static intDLOAD_2The byte opcodes defined by the Java Virtual Machine.static intDLOAD_3The byte opcodes defined by the Java Virtual Machine.static intDMULThe byte opcodes defined by the Java Virtual Machine.static intDNEGThe byte opcodes defined by the Java Virtual Machine.static intDREMThe byte opcodes defined by the Java Virtual Machine.static intDRETURNThe byte opcodes defined by the Java Virtual Machine.static intDSTOREThe byte opcodes defined by the Java Virtual Machine.static intDSTORE_0The byte opcodes defined by the Java Virtual Machine.static intDSTORE_1The byte opcodes defined by the Java Virtual Machine.static intDSTORE_2The byte opcodes defined by the Java Virtual Machine.static intDSTORE_3The byte opcodes defined by the Java Virtual Machine.static intDSUBThe byte opcodes defined by the Java Virtual Machine.static intDUPThe byte opcodes defined by the Java Virtual Machine.static intDUP_X1The byte opcodes defined by the Java Virtual Machine.static intDUP_X2The byte opcodes defined by the Java Virtual Machine.static intDUP2The byte opcodes defined by the Java Virtual Machine.static intDUP2_X1The byte opcodes defined by the Java Virtual Machine.static intDUP2_X2The byte opcodes defined by the Java Virtual Machine.static intF2DThe byte opcodes defined by the Java Virtual Machine.static intF2IThe byte opcodes defined by the Java Virtual Machine.static intF2LThe byte opcodes defined by the Java Virtual Machine.static intFADDThe byte opcodes defined by the Java Virtual Machine.static intFALOADThe byte opcodes defined by the Java Virtual Machine.static intFASTOREThe byte opcodes defined by the Java Virtual Machine.static intFCMPGThe byte opcodes defined by the Java Virtual Machine.static intFCMPLThe byte opcodes defined by the Java Virtual Machine.static intFCONST_0The byte opcodes defined by the Java Virtual Machine.static intFCONST_1The byte opcodes defined by the Java Virtual Machine.static intFCONST_2The byte opcodes defined by the Java Virtual Machine.static intFDIVThe byte opcodes defined by the Java Virtual Machine.static intFLOADThe byte opcodes defined by the Java Virtual Machine.static intFLOAD_0The byte opcodes defined by the Java Virtual Machine.static intFLOAD_1The byte opcodes defined by the Java Virtual Machine.static intFLOAD_2The byte opcodes defined by the Java Virtual Machine.static intFLOAD_3The byte opcodes defined by the Java Virtual Machine.static intFMULThe byte opcodes defined by the Java Virtual Machine.static intFNEGThe byte opcodes defined by the Java Virtual Machine.static intFREMThe byte opcodes defined by the Java Virtual Machine.static intFRETURNThe byte opcodes defined by the Java Virtual Machine.static intFSTOREThe byte opcodes defined by the Java Virtual Machine.static intFSTORE_0The byte opcodes defined by the Java Virtual Machine.static intFSTORE_1The byte opcodes defined by the Java Virtual Machine.static intFSTORE_2The byte opcodes defined by the Java Virtual Machine.static intFSTORE_3The byte opcodes defined by the Java Virtual Machine.static intFSUBThe byte opcodes defined by the Java Virtual Machine.static intGETFIELDThe byte opcodes defined by the Java Virtual Machine.static intGETSTATICThe byte opcodes defined by the Java Virtual Machine.static intGOTOThe byte opcodes defined by the Java Virtual Machine.static intGOTO_WThe byte opcodes defined by the Java Virtual Machine.static intI2BThe byte opcodes defined by the Java Virtual Machine.static intI2CThe byte opcodes defined by the Java Virtual Machine.static intI2DThe byte opcodes defined by the Java Virtual Machine.static intI2FThe byte opcodes defined by the Java Virtual Machine.static intI2LThe byte opcodes defined by the Java Virtual Machine.static intI2SThe byte opcodes defined by the Java Virtual Machine.static intIADDThe byte opcodes defined by the Java Virtual Machine.static intIALOADThe byte opcodes defined by the Java Virtual Machine.static intIANDThe byte opcodes defined by the Java Virtual Machine.static intIASTOREThe byte opcodes defined by the Java Virtual Machine.static intICONST_0The byte opcodes defined by the Java Virtual Machine.static intICONST_1The byte opcodes defined by the Java Virtual Machine.static intICONST_2The byte opcodes defined by the Java Virtual Machine.static intICONST_3The byte opcodes defined by the Java Virtual Machine.static intICONST_4The byte opcodes defined by the Java Virtual Machine.static intICONST_5The byte opcodes defined by the Java Virtual Machine.static intICONST_M1The byte opcodes defined by the Java Virtual Machine.static intIDIVThe byte opcodes defined by the Java Virtual Machine.static intIF_ACMPEQThe byte opcodes defined by the Java Virtual Machine.static intIF_ACMPNEThe byte opcodes defined by the Java Virtual Machine.static intIF_ICMPEQThe byte opcodes defined by the Java Virtual Machine.static intIF_ICMPGEThe byte opcodes defined by the Java Virtual Machine.static intIF_ICMPGTThe byte opcodes defined by the Java Virtual Machine.static intIF_ICMPLEThe byte opcodes defined by the Java Virtual Machine.static intIF_ICMPLTThe byte opcodes defined by the Java Virtual Machine.static intIF_ICMPNEThe byte opcodes defined by the Java Virtual Machine.static intIFEQThe byte opcodes defined by the Java Virtual Machine.static intIFGEThe byte opcodes defined by the Java Virtual Machine.static intIFGTThe byte opcodes defined by the Java Virtual Machine.static intIFLEThe byte opcodes defined by the Java Virtual Machine.static intIFLTThe byte opcodes defined by the Java Virtual Machine.static intIFNEThe byte opcodes defined by the Java Virtual Machine.static intIFNONNULLThe byte opcodes defined by the Java Virtual Machine.static intIFNULLThe byte opcodes defined by the Java Virtual Machine.static intIINCThe byte opcodes defined by the Java Virtual Machine.static intILOADThe byte opcodes defined by the Java Virtual Machine.static intILOAD_0The byte opcodes defined by the Java Virtual Machine.static intILOAD_1The byte opcodes defined by the Java Virtual Machine.static intILOAD_2The byte opcodes defined by the Java Virtual Machine.static intILOAD_3The byte opcodes defined by the Java Virtual Machine.static intIMPDEP1The byte opcodes defined by the Java Virtual Machine.static intIMPDEP2The byte opcodes defined by the Java Virtual Machine.static intIMULThe byte opcodes defined by the Java Virtual Machine.static intINEGThe byte opcodes defined by the Java Virtual Machine.static intINSTANCEOFThe byte opcodes defined by the Java Virtual Machine.static intINVOKEDYNAMICThe byte opcodes defined by the Java Virtual Machine.static intINVOKEINTERFACEThe byte opcodes defined by the Java Virtual Machine.static intINVOKESPECIALThe byte opcodes defined by the Java Virtual Machine.static intINVOKESTATICThe byte opcodes defined by the Java Virtual Machine.static intINVOKEVIRTUALThe byte opcodes defined by the Java Virtual Machine.static intIORThe byte opcodes defined by the Java Virtual Machine.static intIREMThe byte opcodes defined by the Java Virtual Machine.static intIRETURNThe byte opcodes defined by the Java Virtual Machine.static intISHLThe byte opcodes defined by the Java Virtual Machine.static intISHRThe byte opcodes defined by the Java Virtual Machine.static intISTOREThe byte opcodes defined by the Java Virtual Machine.static intISTORE_0The byte opcodes defined by the Java Virtual Machine.static intISTORE_1The byte opcodes defined by the Java Virtual Machine.static intISTORE_2The byte opcodes defined by the Java Virtual Machine.static intISTORE_3The byte opcodes defined by the Java Virtual Machine.static intISUBThe byte opcodes defined by the Java Virtual Machine.static intIUSHRThe byte opcodes defined by the Java Virtual Machine.static intIXORThe byte opcodes defined by the Java Virtual Machine.static intJSRThe byte opcodes defined by the Java Virtual Machine.static intJSR_WThe byte opcodes defined by the Java Virtual Machine.static intL2DThe byte opcodes defined by the Java Virtual Machine.static intL2FThe byte opcodes defined by the Java Virtual Machine.static intL2IThe byte opcodes defined by the Java Virtual Machine.static intLADDThe byte opcodes defined by the Java Virtual Machine.static intLALOADThe byte opcodes defined by the Java Virtual Machine.static intLANDThe byte opcodes defined by the Java Virtual Machine.static intLASTOREThe byte opcodes defined by the Java Virtual Machine.static intLCMPThe byte opcodes defined by the Java Virtual Machine.static intLCONST_0The byte opcodes defined by the Java Virtual Machine.static intLCONST_1The byte opcodes defined by the Java Virtual Machine.static intLDCThe byte opcodes defined by the Java Virtual Machine.static intLDC_WThe byte opcodes defined by the Java Virtual Machine.static intLDC2_WThe byte opcodes defined by the Java Virtual Machine.static intLDIVThe byte opcodes defined by the Java Virtual Machine.static intLLOADThe byte opcodes defined by the Java Virtual Machine.static intLLOAD_0The byte opcodes defined by the Java Virtual Machine.static intLLOAD_1The byte opcodes defined by the Java Virtual Machine.static intLLOAD_2The byte opcodes defined by the Java Virtual Machine.static intLLOAD_3The byte opcodes defined by the Java Virtual Machine.static intLMULThe byte opcodes defined by the Java Virtual Machine.static intLNEGThe byte opcodes defined by the Java Virtual Machine.static intLOOKUPSWITCHThe byte opcodes defined by the Java Virtual Machine.static intLORThe byte opcodes defined by the Java Virtual Machine.static intLREMThe byte opcodes defined by the Java Virtual Machine.static intLRETURNThe byte opcodes defined by the Java Virtual Machine.static intLSHLThe byte opcodes defined by the Java Virtual Machine.static intLSHRThe byte opcodes defined by the Java Virtual Machine.static intLSTOREThe byte opcodes defined by the Java Virtual Machine.static intLSTORE_0The byte opcodes defined by the Java Virtual Machine.static intLSTORE_1The byte opcodes defined by the Java Virtual Machine.static intLSTORE_2The byte opcodes defined by the Java Virtual Machine.static intLSTORE_3The byte opcodes defined by the Java Virtual Machine.static intLSUBThe byte opcodes defined by the Java Virtual Machine.static intLUSHRThe byte opcodes defined by the Java Virtual Machine.static intLXORThe byte opcodes defined by the Java Virtual Machine.static byteMH_GETFIELDstatic byteMH_GETSTATICstatic byteMH_INVOKEINTERFACEstatic byteMH_INVOKESPECIALstatic byteMH_INVOKESTATICstatic byteMH_INVOKEVIRTUALstatic byteMH_NEWINVOKESPECIALstatic byteMH_PUTFIELDstatic byteMH_PUTSTATICstatic intMONITORENTERThe byte opcodes defined by the Java Virtual Machine.static intMONITOREXITThe byte opcodes defined by the Java Virtual Machine.static intMULTIANEWARRAYThe byte opcodes defined by the Java Virtual Machine.static intNEWThe byte opcodes defined by the Java Virtual Machine.static intNEWARRAYThe byte opcodes defined by the Java Virtual Machine.static intNOPThe byte opcodes defined by the Java Virtual Machine.static intPOPThe byte opcodes defined by the Java Virtual Machine.static intPOP2The byte opcodes defined by the Java Virtual Machine.static intPUTFIELDThe byte opcodes defined by the Java Virtual Machine.static intPUTSTATICThe byte opcodes defined by the Java Virtual Machine.static intRETThe byte opcodes defined by the Java Virtual Machine.static intRETURNThe byte opcodes defined by the Java Virtual Machine.static intSALOADThe byte opcodes defined by the Java Virtual Machine.static intSASTOREThe byte opcodes defined by the Java Virtual Machine.static intSIPUSHThe byte opcodes defined by the Java Virtual Machine.static intSWAPThe byte opcodes defined by the Java Virtual Machine.static byteT_BOOLEANTypes for the NEWARRAY opcode.static byteT_BYTETypes for the NEWARRAY opcode.static byteT_CHARTypes for the NEWARRAY opcode.static byteT_DOUBLETypes for the NEWARRAY opcode.static byteT_FLOATTypes for the NEWARRAY opcode.static byteT_INTTypes for the NEWARRAY opcode.static byteT_LONGTypes for the NEWARRAY opcode.static byteT_SHORTTypes for the NEWARRAY opcode.static intTABLESWITCHThe byte opcodes defined by the Java Virtual Machine.static intWIDEThe byte opcodes defined by the Java Virtual Machine.
 - 
Constructor SummaryConstructors Constructor Description ByteCode()
 
- 
- 
- 
Field Detail- 
NOPpublic static final int NOP The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ACONST_NULLpublic static final int ACONST_NULL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_M1public static final int ICONST_M1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_0public static final int ICONST_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_1public static final int ICONST_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_2public static final int ICONST_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_3public static final int ICONST_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_4public static final int ICONST_4 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ICONST_5public static final int ICONST_5 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LCONST_0public static final int LCONST_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LCONST_1public static final int LCONST_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FCONST_0public static final int FCONST_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FCONST_1public static final int FCONST_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FCONST_2public static final int FCONST_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DCONST_0public static final int DCONST_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DCONST_1public static final int DCONST_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
BIPUSHpublic static final int BIPUSH The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
SIPUSHpublic static final int SIPUSH The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LDCpublic static final int LDC The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LDC_Wpublic static final int LDC_W The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LDC2_Wpublic static final int LDC2_W The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ILOADpublic static final int ILOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LLOADpublic static final int LLOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FLOADpublic static final int FLOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DLOADpublic static final int DLOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ALOADpublic static final int ALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ILOAD_0public static final int ILOAD_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ILOAD_1public static final int ILOAD_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ILOAD_2public static final int ILOAD_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ILOAD_3public static final int ILOAD_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LLOAD_0public static final int LLOAD_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LLOAD_1public static final int LLOAD_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LLOAD_2public static final int LLOAD_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LLOAD_3public static final int LLOAD_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FLOAD_0public static final int FLOAD_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FLOAD_1public static final int FLOAD_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FLOAD_2public static final int FLOAD_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FLOAD_3public static final int FLOAD_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DLOAD_0public static final int DLOAD_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DLOAD_1public static final int DLOAD_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DLOAD_2public static final int DLOAD_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DLOAD_3public static final int DLOAD_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ALOAD_0public static final int ALOAD_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ALOAD_1public static final int ALOAD_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ALOAD_2public static final int ALOAD_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ALOAD_3public static final int ALOAD_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IALOADpublic static final int IALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LALOADpublic static final int LALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FALOADpublic static final int FALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DALOADpublic static final int DALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
AALOADpublic static final int AALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
BALOADpublic static final int BALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
CALOADpublic static final int CALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
SALOADpublic static final int SALOAD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISTOREpublic static final int ISTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSTOREpublic static final int LSTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FSTOREpublic static final int FSTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DSTOREpublic static final int DSTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ASTOREpublic static final int ASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISTORE_0public static final int ISTORE_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISTORE_1public static final int ISTORE_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISTORE_2public static final int ISTORE_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISTORE_3public static final int ISTORE_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSTORE_0public static final int LSTORE_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSTORE_1public static final int LSTORE_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSTORE_2public static final int LSTORE_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSTORE_3public static final int LSTORE_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FSTORE_0public static final int FSTORE_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FSTORE_1public static final int FSTORE_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FSTORE_2public static final int FSTORE_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FSTORE_3public static final int FSTORE_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DSTORE_0public static final int DSTORE_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DSTORE_1public static final int DSTORE_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DSTORE_2public static final int DSTORE_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DSTORE_3public static final int DSTORE_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ASTORE_0public static final int ASTORE_0 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ASTORE_1public static final int ASTORE_1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ASTORE_2public static final int ASTORE_2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ASTORE_3public static final int ASTORE_3 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IASTOREpublic static final int IASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LASTOREpublic static final int LASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FASTOREpublic static final int FASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DASTOREpublic static final int DASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
AASTOREpublic static final int AASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
BASTOREpublic static final int BASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
CASTOREpublic static final int CASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
SASTOREpublic static final int SASTORE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
POPpublic static final int POP The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
POP2public static final int POP2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DUPpublic static final int DUP The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DUP_X1public static final int DUP_X1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DUP_X2public static final int DUP_X2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DUP2public static final int DUP2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DUP2_X1public static final int DUP2_X1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DUP2_X2public static final int DUP2_X2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
SWAPpublic static final int SWAP The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IADDpublic static final int IADD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LADDpublic static final int LADD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FADDpublic static final int FADD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DADDpublic static final int DADD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISUBpublic static final int ISUB The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSUBpublic static final int LSUB The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FSUBpublic static final int FSUB The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DSUBpublic static final int DSUB The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IMULpublic static final int IMUL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LMULpublic static final int LMUL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FMULpublic static final int FMUL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DMULpublic static final int DMUL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IDIVpublic static final int IDIV The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LDIVpublic static final int LDIV The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FDIVpublic static final int FDIV The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DDIVpublic static final int DDIV The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IREMpublic static final int IREM The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LREMpublic static final int LREM The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FREMpublic static final int FREM The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DREMpublic static final int DREM The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INEGpublic static final int INEG The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LNEGpublic static final int LNEG The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FNEGpublic static final int FNEG The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DNEGpublic static final int DNEG The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISHLpublic static final int ISHL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSHLpublic static final int LSHL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ISHRpublic static final int ISHR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LSHRpublic static final int LSHR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IUSHRpublic static final int IUSHR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LUSHRpublic static final int LUSHR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IANDpublic static final int IAND The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LANDpublic static final int LAND The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IORpublic static final int IOR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LORpublic static final int LOR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IXORpublic static final int IXOR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LXORpublic static final int LXOR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IINCpublic static final int IINC The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
I2Lpublic static final int I2L The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
I2Fpublic static final int I2F The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
I2Dpublic static final int I2D The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
L2Ipublic static final int L2I The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
L2Fpublic static final int L2F The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
L2Dpublic static final int L2D The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
F2Ipublic static final int F2I The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
F2Lpublic static final int F2L The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
F2Dpublic static final int F2D The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
D2Ipublic static final int D2I The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
D2Lpublic static final int D2L The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
D2Fpublic static final int D2F The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
I2Bpublic static final int I2B The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
I2Cpublic static final int I2C The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
I2Spublic static final int I2S The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LCMPpublic static final int LCMP The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FCMPLpublic static final int FCMPL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FCMPGpublic static final int FCMPG The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DCMPLpublic static final int DCMPL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DCMPGpublic static final int DCMPG The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFEQpublic static final int IFEQ The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFNEpublic static final int IFNE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFLTpublic static final int IFLT The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFGEpublic static final int IFGE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFGTpublic static final int IFGT The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFLEpublic static final int IFLE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ICMPEQpublic static final int IF_ICMPEQ The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ICMPNEpublic static final int IF_ICMPNE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ICMPLTpublic static final int IF_ICMPLT The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ICMPGEpublic static final int IF_ICMPGE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ICMPGTpublic static final int IF_ICMPGT The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ICMPLEpublic static final int IF_ICMPLE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ACMPEQpublic static final int IF_ACMPEQ The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IF_ACMPNEpublic static final int IF_ACMPNE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
GOTOpublic static final int GOTO The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
JSRpublic static final int JSR The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
RETpublic static final int RET The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
TABLESWITCHpublic static final int TABLESWITCH The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LOOKUPSWITCHpublic static final int LOOKUPSWITCH The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IRETURNpublic static final int IRETURN The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
LRETURNpublic static final int LRETURN The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
FRETURNpublic static final int FRETURN The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
DRETURNpublic static final int DRETURN The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ARETURNpublic static final int ARETURN The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
RETURNpublic static final int RETURN The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
GETSTATICpublic static final int GETSTATIC The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
PUTSTATICpublic static final int PUTSTATIC The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
GETFIELDpublic static final int GETFIELD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
PUTFIELDpublic static final int PUTFIELD The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INVOKEVIRTUALpublic static final int INVOKEVIRTUAL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INVOKESPECIALpublic static final int INVOKESPECIAL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INVOKESTATICpublic static final int INVOKESTATIC The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INVOKEINTERFACEpublic static final int INVOKEINTERFACE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INVOKEDYNAMICpublic static final int INVOKEDYNAMIC The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
NEWpublic static final int NEW The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
NEWARRAYpublic static final int NEWARRAY The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ANEWARRAYpublic static final int ANEWARRAY The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ARRAYLENGTHpublic static final int ARRAYLENGTH The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
ATHROWpublic static final int ATHROW The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
CHECKCASTpublic static final int CHECKCAST The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
INSTANCEOFpublic static final int INSTANCEOF The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
MONITORENTERpublic static final int MONITORENTER The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
MONITOREXITpublic static final int MONITOREXIT The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
WIDEpublic static final int WIDE The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
MULTIANEWARRAYpublic static final int MULTIANEWARRAY The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFNULLpublic static final int IFNULL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IFNONNULLpublic static final int IFNONNULL The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
GOTO_Wpublic static final int GOTO_W The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
JSR_Wpublic static final int JSR_W The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
BREAKPOINTpublic static final int BREAKPOINT The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IMPDEP1public static final int IMPDEP1 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
IMPDEP2public static final int IMPDEP2 The byte opcodes defined by the Java Virtual Machine.- See Also:
- Constant Field Values
 
 - 
T_BOOLEANpublic static final byte T_BOOLEAN Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_CHARpublic static final byte T_CHAR Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_FLOATpublic static final byte T_FLOAT Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_DOUBLEpublic static final byte T_DOUBLE Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_BYTEpublic static final byte T_BYTE Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_SHORTpublic static final byte T_SHORT Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_INTpublic static final byte T_INT Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
T_LONGpublic static final byte T_LONG Types for the NEWARRAY opcode.- See Also:
- Constant Field Values
 
 - 
MH_GETFIELDpublic static final byte MH_GETFIELD - See Also:
- Constant Field Values
 
 - 
MH_GETSTATICpublic static final byte MH_GETSTATIC - See Also:
- Constant Field Values
 
 - 
MH_PUTFIELDpublic static final byte MH_PUTFIELD - See Also:
- Constant Field Values
 
 - 
MH_PUTSTATICpublic static final byte MH_PUTSTATIC - See Also:
- Constant Field Values
 
 - 
MH_INVOKEVIRTUALpublic static final byte MH_INVOKEVIRTUAL - See Also:
- Constant Field Values
 
 - 
MH_INVOKESTATICpublic static final byte MH_INVOKESTATIC - See Also:
- Constant Field Values
 
 - 
MH_INVOKESPECIALpublic static final byte MH_INVOKESPECIAL - See Also:
- Constant Field Values
 
 - 
MH_NEWINVOKESPECIALpublic static final byte MH_NEWINVOKESPECIAL - See Also:
- Constant Field Values
 
 - 
MH_INVOKEINTERFACEpublic static final byte MH_INVOKEINTERFACE - See Also:
- Constant Field Values
 
 
- 
 
-