Package org.apache.bcel
Interface Constants
-
- All Known Implementing Classes:
AnnotationEntry,Class2HTML,CodeException,LocalVariable,ParameterAnnotationEntry,Pass2Verifier,UninitializedObjectType
public interface ConstantsConstants for the project, mostly defined in the JVM specification.
-
-
Field Summary
Fields Modifier and Type Field Description static shortAALOADJava VM opcode.static shortAASTOREJava VM opcode.static shortACC_ABSTRACTOne of the access flags for fields, methods, or classes.static shortACC_ANNOTATIONOne of the access flags for fields, methods, or classes.static shortACC_BRIDGEOne of the access flags for fields, methods, or classes.static shortACC_ENUMOne of the access flags for fields, methods, or classes.static shortACC_FINALOne of the access flags for fields, methods, or classes.static shortACC_INTERFACEOne of the access flags for fields, methods, or classes.static shortACC_NATIVEOne of the access flags for fields, methods, or classes.static shortACC_PRIVATEOne of the access flags for fields, methods, or classes.static shortACC_PROTECTEDOne of the access flags for fields, methods, or classes.static shortACC_PUBLICOne of the access flags for fields, methods, or classes.static shortACC_STATICOne of the access flags for fields, methods, or classes.static shortACC_STRICTOne of the access flags for fields, methods, or classes.static shortACC_SUPEROne of the access flags for fields, methods, or classes.static shortACC_SYNCHRONIZEDOne of the access flags for fields, methods, or classes.static shortACC_SYNTHETICOne of the access flags for fields, methods, or classes.static shortACC_SYPEROne of the access flags for fields, methods, or classes.static shortACC_TRANSIENTOne of the access flags for fields, methods, or classes.static shortACC_VARARGSOne of the access flags for fields, methods, or classes.static shortACC_VOLATILEOne of the access flags for fields, methods, or classes.static java.lang.String[]ACCESS_NAMESThe names of the access flags.static shortACONST_NULLJava VM opcode.static shortALOADJava VM opcode.static shortALOAD_0Java VM opcode.static shortALOAD_1Java VM opcode.static shortALOAD_2Java VM opcode.static shortALOAD_3Java VM opcode.static shortANEWARRAYJava VM opcode.static shortANEWARRAY_QUICKJVM internal opcode.static intAPPEND_FRAMEstatic intAPPEND_FRAME_MAXstatic shortARETURNJava VM opcode.static shortARRAYLENGTHJava VM opcode.static shortASTOREJava VM opcode.static shortASTORE_0Java VM opcode.static shortASTORE_1Java VM opcode.static shortASTORE_2Java VM opcode.static shortASTORE_3Java VM opcode.static shortATHROWJava VM opcode.static byteATTR_ANNOTATION_DEFAULTstatic byteATTR_CODEstatic byteATTR_CONSTANT_VALUEstatic byteATTR_DEPRECATEDstatic byteATTR_ENCLOSING_METHODstatic byteATTR_EXCEPTIONSstatic byteATTR_INNER_CLASSESstatic byteATTR_LINE_NUMBER_TABLEstatic byteATTR_LOCAL_VARIABLE_TABLEstatic byteATTR_LOCAL_VARIABLE_TYPE_TABLEstatic byteATTR_PMGstatic byteATTR_RUNTIME_VISIBLE_ANNOTATIONSstatic byteATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONSstatic byteATTR_RUNTIMEIN_VISIBLE_ANNOTATIONSstatic byteATTR_RUNTIMEIN_VISIBLE_PARAMETER_ANNOTATIONSstatic byteATTR_SIGNATUREstatic byteATTR_SOURCE_FILEstatic byteATTR_STACK_MAPstatic byteATTR_STACK_MAP_TABLEstatic byteATTR_SYNTHETICstatic byteATTR_UNKNOWNAttributes and their corresponding names.static java.lang.String[]ATTRIBUTE_NAMESstatic shortBALOADJava VM opcode.static shortBASTOREJava VM opcode.static shortBIPUSHJava VM opcode.static shortBREAKPOINTJVM internal opcode.static shortCALOADJava VM opcode.static shortCASTOREJava VM opcode.static shortCHECKCASTJava VM opcode.static shortCHECKCAST_QUICKJVM internal opcode.static intCHOP_FRAMEstatic intCHOP_FRAME_MAXstatic java.lang.String[]CLASS_TYPE_NAMESThe primitive class names corresponding to the T_XX constants, e.g., CLASS_TYPE_NAMES[T_INT] = "java.lang.Integer"static byteCONSTANT_ClassMarks a constant pool entry as a Class.static byteCONSTANT_DoubleMarks a constant pool entry as type Double.static byteCONSTANT_FieldrefMarks a constant pool entry as a Field Reference.static byteCONSTANT_FloatMarks a constant pool entry as type Float.static byteCONSTANT_IntegerMarks a constant pool entry as type Integer.static byteCONSTANT_InterfaceMethodrefMarks a constant pool entry as an Interface Method Reference.static byteCONSTANT_InvokeDynamicMarks a constant pool entry as an Invoke Dynamicstatic byteCONSTANT_LongMarks a constant pool entry as type Long.static byteCONSTANT_MethodHandleMarks a constant pool entry as a Method Handle.static byteCONSTANT_MethodrefMarks a constant pool entry as a Method Reference.static byteCONSTANT_MethodTypeMarks a constant pool entry as a Method Type.static byteCONSTANT_NameAndTypeMarks a constant pool entry as a name and type.static java.lang.String[]CONSTANT_NAMESThe names of the types of entries in a constant pool.static byteCONSTANT_StringMarks a constant pool entry as type String.static byteCONSTANT_Utf8Marks a constant pool entry as type UTF-8.static java.lang.StringCONSTRUCTOR_NAMEThe name of every constructor method in a class, also called "instance initialization method".static int[]CONSUME_STACKNumber of words consumed on operand stack by instructions.static shortD2FJava VM opcode.static shortD2IJava VM opcode.static shortD2LJava VM opcode.static shortDADDJava VM opcode.static shortDALOADJava VM opcode.static shortDASTOREJava VM opcode.static shortDCMPGJava VM opcode.static shortDCMPLJava VM opcode.static shortDCONST_0Java VM opcode.static shortDCONST_1Java VM opcode.static shortDDIVJava VM opcode.static shortDLOADJava VM opcode.static shortDLOAD_0Java VM opcode.static shortDLOAD_1Java VM opcode.static shortDLOAD_2Java VM opcode.static shortDLOAD_3Java VM opcode.static shortDMULJava VM opcode.static shortDNEGJava VM opcode.static shortDREMJava VM opcode.static shortDRETURNJava VM opcode.static shortDSTOREJava VM opcode.static shortDSTORE_0Java VM opcode.static shortDSTORE_1Java VM opcode.static shortDSTORE_2Java VM opcode.static shortDSTORE_3Java VM opcode.static shortDSUBJava VM opcode.static shortDUPJava VM opcode.static shortDUP_X1Java VM opcode.static shortDUP_X2Java VM opcode.static shortDUP2Java VM opcode.static shortDUP2_X1Java VM opcode.static shortDUP2_X2Java VM opcode.static shortF2DJava VM opcode.static shortF2IJava VM opcode.static shortF2LJava VM opcode.static shortFADDJava VM opcode.static shortFALOADJava VM opcode.static shortFASTOREJava VM opcode.static shortFCMPGJava VM opcode.static shortFCMPLJava VM opcode.static shortFCONST_0Java VM opcode.static shortFCONST_1Java VM opcode.static shortFCONST_2Java VM opcode.static shortFDIVJava VM opcode.static shortFLOADJava VM opcode.static shortFLOAD_0Java VM opcode.static shortFLOAD_1Java VM opcode.static shortFLOAD_2Java VM opcode.static shortFLOAD_3Java VM opcode.static shortFMULJava VM opcode.static shortFNEGJava VM opcode.static shortFREMJava VM opcode.static shortFRETURNJava VM opcode.static shortFSTOREJava VM opcode.static shortFSTORE_0Java VM opcode.static shortFSTORE_1Java VM opcode.static shortFSTORE_2Java VM opcode.static shortFSTORE_3Java VM opcode.static shortFSUBJava VM opcode.static intFULL_FRAMEstatic shortGETFIELDJava VM opcode.static shortGETFIELD_QUICKJVM internal opcode.static shortGETFIELD_QUICK_WJVM internal opcode.static shortGETFIELD2_QUICKJVM internal opcode.static shortGETSTATICJava VM opcode.static shortGETSTATIC_QUICKJVM internal opcode.static shortGETSTATIC2_QUICKJVM internal opcode.static shortGOTOJava VM opcode.static shortGOTO_WJava VM opcode.static shortI2BJava VM opcode.static shortI2CJava VM opcode.static shortI2DJava VM opcode.static shortI2FJava VM opcode.static shortI2LJava VM opcode.static shortI2SJava VM opcode.static shortIADDJava VM opcode.static shortIALOADJava VM opcode.static shortIANDJava VM opcode.static shortIASTOREJava VM opcode.static shortICONST_0Java VM opcode.static shortICONST_1Java VM opcode.static shortICONST_2Java VM opcode.static shortICONST_3Java VM opcode.static shortICONST_4Java VM opcode.static shortICONST_5Java VM opcode.static shortICONST_M1Java VM opcode.static shortIDIVJava VM opcode.static shortIF_ACMPEQJava VM opcode.static shortIF_ACMPNEJava VM opcode.static shortIF_ICMPEQJava VM opcode.static shortIF_ICMPGEJava VM opcode.static shortIF_ICMPGTJava VM opcode.static shortIF_ICMPLEJava VM opcode.static shortIF_ICMPLTJava VM opcode.static shortIF_ICMPNEJava VM opcode.static shortIFEQJava VM opcode.static shortIFGEJava VM opcode.static shortIFGTJava VM opcode.static shortIFLEJava VM opcode.static shortIFLTJava VM opcode.static shortIFNEJava VM opcode.static shortIFNONNULLJava VM opcode.static shortIFNULLJava VM opcode.static shortIINCJava VM opcode.static java.lang.StringILLEGAL_OPCODEMnemonic for an illegal opcode.static java.lang.StringILLEGAL_TYPEMnemonic for an illegal type.static shortILOADJava VM opcode.static shortILOAD_0Java VM opcode.static shortILOAD_1Java VM opcode.static shortILOAD_2Java VM opcode.static shortILOAD_3Java VM opcode.static shortIMPDEP1JVM internal opcode.static shortIMPDEP2JVM internal opcode.static shortIMULJava VM opcode.static shortINEGJava VM opcode.static shortINSTANCEOFJava VM opcode.static shortINSTANCEOF_QUICKJVM internal opcode.static shortINT2BYTEJava VM opcode.static shortINT2CHARJava VM opcode.static shortINT2SHORTJava VM opcode.static java.lang.String[]INTERFACES_IMPLEMENTED_BY_ARRAYSThe names of the interfaces implemented by arraysstatic shortINVOKEDYNAMICJava VM opcode.static shortINVOKEINTERFACEJava VM opcode.static shortINVOKEINTERFACE_QUICKJVM internal opcode.static shortINVOKENONVIRTUALJava VM opcode.static shortINVOKENONVIRTUAL_QUICKJVM internal opcode.static shortINVOKESPECIALJava VM opcode.static shortINVOKESTATICJava VM opcode.static shortINVOKESTATIC_QUICKJVM internal opcode.static shortINVOKESUPER_QUICKJVM internal opcode.static shortINVOKEVIRTUALJava VM opcode.static shortINVOKEVIRTUAL_QUICKJVM internal opcode.static shortINVOKEVIRTUAL_QUICK_WJVM internal opcode.static shortINVOKEVIRTUALOBJECT_QUICKJVM internal opcode.static shortIORJava VM opcode.static shortIREMJava VM opcode.static shortIRETURNJava VM opcode.static shortISHLJava VM opcode.static shortISHRJava VM opcode.static shortISTOREJava VM opcode.static shortISTORE_0Java VM opcode.static shortISTORE_1Java VM opcode.static shortISTORE_2Java VM opcode.static shortISTORE_3Java VM opcode.static shortISUBJava VM opcode.static byteITEM_BogusConstants used in the StackMap attribute.static byteITEM_Doublestatic byteITEM_Floatstatic byteITEM_InitObjectstatic byteITEM_Integerstatic byteITEM_Longstatic java.lang.String[]ITEM_NAMESstatic byteITEM_NewObjectstatic byteITEM_Nullstatic byteITEM_Objectstatic shortIUSHRJava VM opcode.static shortIXORJava VM opcode.static shortJSRJava VM opcode.static shortJSR_WJava VM opcode.static shortKNOWN_ATTRIBUTESstatic shortL2DJava VM opcode.static shortL2FJava VM opcode.static shortL2IJava VM opcode.static shortLADDJava VM opcode.static shortLALOADJava VM opcode.static shortLANDJava VM opcode.static shortLASTOREJava VM opcode.static shortLCMPJava VM opcode.static shortLCONST_0Java VM opcode.static shortLCONST_1Java VM opcode.static shortLDCJava VM opcode.static shortLDC_QUICKJVM internal opcode.static shortLDC_WJava VM opcode.static shortLDC_W_QUICKJVM internal opcode.static shortLDC2_WJava VM opcode.static shortLDC2_W_QUICKJVM internal opcode.static shortLDIVJava VM opcode.static shortLLOADJava VM opcode.static shortLLOAD_0Java VM opcode.static shortLLOAD_1Java VM opcode.static shortLLOAD_2Java VM opcode.static shortLLOAD_3Java VM opcode.static shortLMULJava VM opcode.static shortLNEGJava VM opcode.static shortLOOKUPSWITCHJava VM opcode.static shortLORJava VM opcode.static shortLREMJava VM opcode.static shortLRETURNJava VM opcode.static shortLSHLJava VM opcode.static shortLSHRJava VM opcode.static shortLSTOREJava VM opcode.static shortLSTORE_0Java VM opcode.static shortLSTORE_1Java VM opcode.static shortLSTORE_2Java VM opcode.static shortLSTORE_3Java VM opcode.static shortLSUBJava VM opcode.static shortLUSHRJava VM opcode.static shortLXORJava VM opcode.static shortMAJORDefault major version number.static shortMAJOR_1_1Major version number of class files for Java 1.1.static shortMAJOR_1_2Major version number of class files for Java 1.2.static shortMAJOR_1_3Major version number of class files for Java 1.2.static shortMAJOR_1_4Major version number of class files for Java 1.3.static shortMAJOR_1_5Major version number of class files for Java 1.4.static shortMAJOR_1_6Major version number of class files for Java 1.6.static shortMAJOR_1_7Major version number of class files for Java 1.7.static shortMAJOR_1_8Major version number of class files for Java 1.8.static shortMAX_ACC_FLAGOne of the access flags for fields, methods, or classes.static intMAX_BYTEMaximum value for an unsigned byte.static intMAX_CODE_SIZEOne of the limitations of the Java Virtual Machine.static intMAX_CP_ENTRIESOne of the limitations of the Java Virtual Machine.static intMAX_SHORTMaximum value for an unsigned short.static shortMINORDefault major version number.static shortMINOR_1_1Minor version number of class files for Java 1.1.static shortMINOR_1_2Minor version number of class files for Java 1.2.static shortMINOR_1_3Minor version number of class files for Java 1.3.static shortMINOR_1_4Minor version number of class files for Java 1.4.static shortMINOR_1_5Minor version number of class files for Java 1.5.static shortMINOR_1_6Minor version number of class files for Java 1.6.static shortMINOR_1_7Minor version number of class files for Java 1.7.static shortMINOR_1_8Minor version number of class files for Java 1.8.static shortMONITORENTERJava VM opcode.static shortMONITOREXITJava VM opcode.static shortMULTIANEWARRAYJava VM opcode.static shortMULTIANEWARRAY_QUICKJVM internal opcode.static shortNEWJava VM opcode.static shortNEW_QUICKJVM internal opcode.static shortNEWARRAYJava VM opcode.static short[]NO_OF_OPERANDSNumber of byte code operands for each opcode, i.e., number of bytes after the tag byte itself.static shortNOPJava VM opcode.static java.lang.String[]OPCODE_NAMESNames of opcodes.static shortPOPJava VM opcode.static shortPOP2Java VM opcode.static int[]PRODUCE_STACKNumber of words produced onto operand stack by instructions.static shortPUSHBCEL virtual instruction for pushing an arbitrary data type onto the stack.static shortPUTFIELDJava VM opcode.static shortPUTFIELD_QUICKJVM internal opcode.static shortPUTFIELD_QUICK_WJVM internal opcode.static shortPUTFIELD2_QUICKJVM internal opcode.static shortPUTSTATICJava VM opcode.static shortPUTSTATIC_QUICKJVM internal opcode.static shortPUTSTATIC2_QUICKJVM internal opcode.static shortRESERVEDIllegal opcode.static shortRETJava VM opcode.static shortRETURNJava VM opcode.static shortSALOADJava VM opcode.static intSAME_FRAMEConstants used to identify StackMapEntry types.static intSAME_FRAME_EXTENDEDstatic intSAME_FRAME_MAXConstants that define the maximum value of those constants which store ranges.static intSAME_LOCALS_1_STACK_ITEM_FRAMEstatic intSAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDEDstatic intSAME_LOCALS_1_STACK_ITEM_FRAME_MAXstatic shortSASTOREJava VM opcode.static java.lang.String[]SHORT_TYPE_NAMESThe signature characters corresponding to primitive types, e.g., SHORT_TYPE_NAMES[T_INT] = "I"static shortSIPUSHJava VM opcode.static java.lang.StringSTATIC_INITIALIZER_NAMEThe name of the static initializer, also called "class initialization method" or "interface initialization method".static shortSWAPJava VM opcode.static shortSWITCHBCEL virtual instruction for either LOOKUPSWITCH or TABLESWITCH.static byteT_ADDRESSAddress data type.static byteT_ARRAYArray data type.static byteT_BOOLEANBoolean data type.static byteT_BYTEByte data type.static byteT_CHARChar data type.static byteT_DOUBLEDouble data type.static byteT_FLOATFloat data type.static byteT_INTInt data type.static byteT_LONGLong data type.static byteT_OBJECTObject data type.static byteT_REFERENCEReference data type (deprecated).static byteT_SHORTShort data type.static byteT_UNKNOWNUnknown data type.static byteT_VOIDVoid data type (non-standard).static shortTABLESWITCHJava VM opcode.static java.lang.String[]TYPE_NAMESThe primitive type names corresponding to the T_XX constants, e.g., TYPE_NAMES[T_INT] = "int"static short[][]TYPE_OF_OPERANDSHow the byte code operands are to be interpreted for each opcode.static shortUNDEFINEDIllegal opcode.static shortUNPREDICTABLEIllegal opcode.static shortWIDEJava VM opcode.
-
-
-
Field Detail
-
MAJOR_1_1
static final short MAJOR_1_1
Major version number of class files for Java 1.1.- See Also:
MINOR_1_1, Constant Field Values
-
MINOR_1_1
static final short MINOR_1_1
Minor version number of class files for Java 1.1.- See Also:
MAJOR_1_1, Constant Field Values
-
MAJOR_1_2
static final short MAJOR_1_2
Major version number of class files for Java 1.2.- See Also:
MINOR_1_2, Constant Field Values
-
MINOR_1_2
static final short MINOR_1_2
Minor version number of class files for Java 1.2.- See Also:
MAJOR_1_2, Constant Field Values
-
MAJOR_1_3
static final short MAJOR_1_3
Major version number of class files for Java 1.2.- See Also:
MINOR_1_2, Constant Field Values
-
MINOR_1_3
static final short MINOR_1_3
Minor version number of class files for Java 1.3.- See Also:
MAJOR_1_3, Constant Field Values
-
MAJOR_1_4
static final short MAJOR_1_4
Major version number of class files for Java 1.3.- See Also:
MINOR_1_3, Constant Field Values
-
MINOR_1_4
static final short MINOR_1_4
Minor version number of class files for Java 1.4.- See Also:
MAJOR_1_4, Constant Field Values
-
MAJOR_1_5
static final short MAJOR_1_5
Major version number of class files for Java 1.4.- See Also:
MINOR_1_4, Constant Field Values
-
MINOR_1_5
static final short MINOR_1_5
Minor version number of class files for Java 1.5.- See Also:
MAJOR_1_5, Constant Field Values
-
MAJOR_1_6
static final short MAJOR_1_6
Major version number of class files for Java 1.6.- See Also:
MINOR_1_6, Constant Field Values
-
MINOR_1_6
static final short MINOR_1_6
Minor version number of class files for Java 1.6.- See Also:
MAJOR_1_6, Constant Field Values
-
MAJOR_1_7
static final short MAJOR_1_7
Major version number of class files for Java 1.7.- See Also:
MINOR_1_7, Constant Field Values
-
MINOR_1_7
static final short MINOR_1_7
Minor version number of class files for Java 1.7.- See Also:
MAJOR_1_7, Constant Field Values
-
MAJOR_1_8
static final short MAJOR_1_8
Major version number of class files for Java 1.8.- See Also:
MINOR_1_8, Constant Field Values
-
MINOR_1_8
static final short MINOR_1_8
Minor version number of class files for Java 1.8.- See Also:
MAJOR_1_8, Constant Field Values
-
MAJOR
static final short MAJOR
Default major version number. Class file is for Java 1.1.- See Also:
MAJOR_1_1, Constant Field Values
-
MINOR
static final short MINOR
Default major version number. Class file is for Java 1.1.- See Also:
MAJOR_1_1, Constant Field Values
-
MAX_SHORT
static final int MAX_SHORT
Maximum value for an unsigned short.- See Also:
- Constant Field Values
-
MAX_BYTE
static final int MAX_BYTE
Maximum value for an unsigned byte.- See Also:
- Constant Field Values
-
ACC_PUBLIC
static final short ACC_PUBLIC
One of the access flags for fields, methods, or classes.
-
ACC_PRIVATE
static final short ACC_PRIVATE
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_PROTECTED
static final short ACC_PROTECTED
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_STATIC
static final short ACC_STATIC
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_FINAL
static final short ACC_FINAL
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_SYNCHRONIZED
static final short ACC_SYNCHRONIZED
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_SYPER
static final short ACC_SYPER
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_VOLATILE
static final short ACC_VOLATILE
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_BRIDGE
static final short ACC_BRIDGE
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_TRANSIENT
static final short ACC_TRANSIENT
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_VARARGS
static final short ACC_VARARGS
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_NATIVE
static final short ACC_NATIVE
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_INTERFACE
static final short ACC_INTERFACE
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_ABSTRACT
static final short ACC_ABSTRACT
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_STRICT
static final short ACC_STRICT
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_SYNTHETIC
static final short ACC_SYNTHETIC
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_ANNOTATION
static final short ACC_ANNOTATION
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_ENUM
static final short ACC_ENUM
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACC_SUPER
static final short ACC_SUPER
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
MAX_ACC_FLAG
static final short MAX_ACC_FLAG
One of the access flags for fields, methods, or classes.- See Also:
ACC_PUBLIC, Constant Field Values
-
ACCESS_NAMES
static final java.lang.String[] ACCESS_NAMES
The names of the access flags.
-
CONSTANT_Utf8
static final byte CONSTANT_Utf8
Marks a constant pool entry as type UTF-8.- See Also:
- Constant Field Values
-
CONSTANT_Integer
static final byte CONSTANT_Integer
Marks a constant pool entry as type Integer.- See Also:
- Constant Field Values
-
CONSTANT_Float
static final byte CONSTANT_Float
Marks a constant pool entry as type Float.- See Also:
- Constant Field Values
-
CONSTANT_Long
static final byte CONSTANT_Long
Marks a constant pool entry as type Long.- See Also:
- Constant Field Values
-
CONSTANT_Double
static final byte CONSTANT_Double
Marks a constant pool entry as type Double.- See Also:
- Constant Field Values
-
CONSTANT_Class
static final byte CONSTANT_Class
Marks a constant pool entry as a Class.- See Also:
- Constant Field Values
-
CONSTANT_Fieldref
static final byte CONSTANT_Fieldref
Marks a constant pool entry as a Field Reference.- See Also:
- Constant Field Values
-
CONSTANT_String
static final byte CONSTANT_String
Marks a constant pool entry as type String.- See Also:
- Constant Field Values
-
CONSTANT_Methodref
static final byte CONSTANT_Methodref
Marks a constant pool entry as a Method Reference.- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodref
static final byte CONSTANT_InterfaceMethodref
Marks a constant pool entry as an Interface Method Reference.- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
static final byte CONSTANT_NameAndType
Marks a constant pool entry as a name and type.- See Also:
- Constant Field Values
-
CONSTANT_MethodHandle
static final byte CONSTANT_MethodHandle
Marks a constant pool entry as a Method Handle.- See Also:
- Constant Field Values
-
CONSTANT_MethodType
static final byte CONSTANT_MethodType
Marks a constant pool entry as a Method Type.- See Also:
- Constant Field Values
-
CONSTANT_InvokeDynamic
static final byte CONSTANT_InvokeDynamic
Marks a constant pool entry as an Invoke Dynamic- See Also:
- Constant Field Values
-
CONSTANT_NAMES
static final java.lang.String[] CONSTANT_NAMES
The names of the types of entries in a constant pool.
-
STATIC_INITIALIZER_NAME
static final java.lang.String STATIC_INITIALIZER_NAME
The name of the static initializer, also called "class initialization method" or "interface initialization method". This is "<clinit>".- See Also:
- Constant Field Values
-
CONSTRUCTOR_NAME
static final java.lang.String CONSTRUCTOR_NAME
The name of every constructor method in a class, also called "instance initialization method". This is "<init>".- See Also:
- Constant Field Values
-
INTERFACES_IMPLEMENTED_BY_ARRAYS
static final java.lang.String[] INTERFACES_IMPLEMENTED_BY_ARRAYS
The names of the interfaces implemented by arrays
-
MAX_CP_ENTRIES
static final int MAX_CP_ENTRIES
One of the limitations of the Java Virtual Machine.
-
MAX_CODE_SIZE
static final int MAX_CODE_SIZE
One of the limitations of the Java Virtual Machine.
-
NOP
static final short NOP
Java VM opcode.
-
ACONST_NULL
static final short ACONST_NULL
Java VM opcode.
-
ICONST_M1
static final short ICONST_M1
Java VM opcode.
-
ICONST_0
static final short ICONST_0
Java VM opcode.
-
ICONST_1
static final short ICONST_1
Java VM opcode.
-
ICONST_2
static final short ICONST_2
Java VM opcode.
-
ICONST_3
static final short ICONST_3
Java VM opcode.
-
ICONST_4
static final short ICONST_4
Java VM opcode.
-
ICONST_5
static final short ICONST_5
Java VM opcode.
-
LCONST_0
static final short LCONST_0
Java VM opcode.
-
LCONST_1
static final short LCONST_1
Java VM opcode.
-
FCONST_0
static final short FCONST_0
Java VM opcode.
-
FCONST_1
static final short FCONST_1
Java VM opcode.
-
FCONST_2
static final short FCONST_2
Java VM opcode.
-
DCONST_0
static final short DCONST_0
Java VM opcode.
-
DCONST_1
static final short DCONST_1
Java VM opcode.
-
BIPUSH
static final short BIPUSH
Java VM opcode.
-
SIPUSH
static final short SIPUSH
Java VM opcode.
-
LDC
static final short LDC
Java VM opcode.
-
LDC_W
static final short LDC_W
Java VM opcode.
-
LDC2_W
static final short LDC2_W
Java VM opcode.
-
ILOAD
static final short ILOAD
Java VM opcode.
-
LLOAD
static final short LLOAD
Java VM opcode.
-
FLOAD
static final short FLOAD
Java VM opcode.
-
DLOAD
static final short DLOAD
Java VM opcode.
-
ALOAD
static final short ALOAD
Java VM opcode.
-
ILOAD_0
static final short ILOAD_0
Java VM opcode.
-
ILOAD_1
static final short ILOAD_1
Java VM opcode.
-
ILOAD_2
static final short ILOAD_2
Java VM opcode.
-
ILOAD_3
static final short ILOAD_3
Java VM opcode.
-
LLOAD_0
static final short LLOAD_0
Java VM opcode.
-
LLOAD_1
static final short LLOAD_1
Java VM opcode.
-
LLOAD_2
static final short LLOAD_2
Java VM opcode.
-
LLOAD_3
static final short LLOAD_3
Java VM opcode.
-
FLOAD_0
static final short FLOAD_0
Java VM opcode.
-
FLOAD_1
static final short FLOAD_1
Java VM opcode.
-
FLOAD_2
static final short FLOAD_2
Java VM opcode.
-
FLOAD_3
static final short FLOAD_3
Java VM opcode.
-
DLOAD_0
static final short DLOAD_0
Java VM opcode.
-
DLOAD_1
static final short DLOAD_1
Java VM opcode.
-
DLOAD_2
static final short DLOAD_2
Java VM opcode.
-
DLOAD_3
static final short DLOAD_3
Java VM opcode.
-
ALOAD_0
static final short ALOAD_0
Java VM opcode.
-
ALOAD_1
static final short ALOAD_1
Java VM opcode.
-
ALOAD_2
static final short ALOAD_2
Java VM opcode.
-
ALOAD_3
static final short ALOAD_3
Java VM opcode.
-
IALOAD
static final short IALOAD
Java VM opcode.
-
LALOAD
static final short LALOAD
Java VM opcode.
-
FALOAD
static final short FALOAD
Java VM opcode.
-
DALOAD
static final short DALOAD
Java VM opcode.
-
AALOAD
static final short AALOAD
Java VM opcode.
-
BALOAD
static final short BALOAD
Java VM opcode.
-
CALOAD
static final short CALOAD
Java VM opcode.
-
SALOAD
static final short SALOAD
Java VM opcode.
-
ISTORE
static final short ISTORE
Java VM opcode.
-
LSTORE
static final short LSTORE
Java VM opcode.
-
FSTORE
static final short FSTORE
Java VM opcode.
-
DSTORE
static final short DSTORE
Java VM opcode.
-
ASTORE
static final short ASTORE
Java VM opcode.
-
ISTORE_0
static final short ISTORE_0
Java VM opcode.
-
ISTORE_1
static final short ISTORE_1
Java VM opcode.
-
ISTORE_2
static final short ISTORE_2
Java VM opcode.
-
ISTORE_3
static final short ISTORE_3
Java VM opcode.
-
LSTORE_0
static final short LSTORE_0
Java VM opcode.
-
LSTORE_1
static final short LSTORE_1
Java VM opcode.
-
LSTORE_2
static final short LSTORE_2
Java VM opcode.
-
LSTORE_3
static final short LSTORE_3
Java VM opcode.
-
FSTORE_0
static final short FSTORE_0
Java VM opcode.
-
FSTORE_1
static final short FSTORE_1
Java VM opcode.
-
FSTORE_2
static final short FSTORE_2
Java VM opcode.
-
FSTORE_3
static final short FSTORE_3
Java VM opcode.
-
DSTORE_0
static final short DSTORE_0
Java VM opcode.
-
DSTORE_1
static final short DSTORE_1
Java VM opcode.
-
DSTORE_2
static final short DSTORE_2
Java VM opcode.
-
DSTORE_3
static final short DSTORE_3
Java VM opcode.
-
ASTORE_0
static final short ASTORE_0
Java VM opcode.
-
ASTORE_1
static final short ASTORE_1
Java VM opcode.
-
ASTORE_2
static final short ASTORE_2
Java VM opcode.
-
ASTORE_3
static final short ASTORE_3
Java VM opcode.
-
IASTORE
static final short IASTORE
Java VM opcode.
-
LASTORE
static final short LASTORE
Java VM opcode.
-
FASTORE
static final short FASTORE
Java VM opcode.
-
DASTORE
static final short DASTORE
Java VM opcode.
-
AASTORE
static final short AASTORE
Java VM opcode.
-
BASTORE
static final short BASTORE
Java VM opcode.
-
CASTORE
static final short CASTORE
Java VM opcode.
-
SASTORE
static final short SASTORE
Java VM opcode.
-
POP
static final short POP
Java VM opcode.
-
POP2
static final short POP2
Java VM opcode.
-
DUP
static final short DUP
Java VM opcode.
-
DUP_X1
static final short DUP_X1
Java VM opcode.
-
DUP_X2
static final short DUP_X2
Java VM opcode.
-
DUP2
static final short DUP2
Java VM opcode.
-
DUP2_X1
static final short DUP2_X1
Java VM opcode.
-
DUP2_X2
static final short DUP2_X2
Java VM opcode.
-
SWAP
static final short SWAP
Java VM opcode.
-
IADD
static final short IADD
Java VM opcode.
-
LADD
static final short LADD
Java VM opcode.
-
FADD
static final short FADD
Java VM opcode.
-
DADD
static final short DADD
Java VM opcode.
-
ISUB
static final short ISUB
Java VM opcode.
-
LSUB
static final short LSUB
Java VM opcode.
-
FSUB
static final short FSUB
Java VM opcode.
-
DSUB
static final short DSUB
Java VM opcode.
-
IMUL
static final short IMUL
Java VM opcode.
-
LMUL
static final short LMUL
Java VM opcode.
-
FMUL
static final short FMUL
Java VM opcode.
-
DMUL
static final short DMUL
Java VM opcode.
-
IDIV
static final short IDIV
Java VM opcode.
-
LDIV
static final short LDIV
Java VM opcode.
-
FDIV
static final short FDIV
Java VM opcode.
-
DDIV
static final short DDIV
Java VM opcode.
-
IREM
static final short IREM
Java VM opcode.
-
LREM
static final short LREM
Java VM opcode.
-
FREM
static final short FREM
Java VM opcode.
-
DREM
static final short DREM
Java VM opcode.
-
INEG
static final short INEG
Java VM opcode.
-
LNEG
static final short LNEG
Java VM opcode.
-
FNEG
static final short FNEG
Java VM opcode.
-
DNEG
static final short DNEG
Java VM opcode.
-
ISHL
static final short ISHL
Java VM opcode.
-
LSHL
static final short LSHL
Java VM opcode.
-
ISHR
static final short ISHR
Java VM opcode.
-
LSHR
static final short LSHR
Java VM opcode.
-
IUSHR
static final short IUSHR
Java VM opcode.
-
LUSHR
static final short LUSHR
Java VM opcode.
-
IAND
static final short IAND
Java VM opcode.
-
LAND
static final short LAND
Java VM opcode.
-
IOR
static final short IOR
Java VM opcode.
-
LOR
static final short LOR
Java VM opcode.
-
IXOR
static final short IXOR
Java VM opcode.
-
LXOR
static final short LXOR
Java VM opcode.
-
IINC
static final short IINC
Java VM opcode.
-
I2L
static final short I2L
Java VM opcode.
-
I2F
static final short I2F
Java VM opcode.
-
I2D
static final short I2D
Java VM opcode.
-
L2I
static final short L2I
Java VM opcode.
-
L2F
static final short L2F
Java VM opcode.
-
L2D
static final short L2D
Java VM opcode.
-
F2I
static final short F2I
Java VM opcode.
-
F2L
static final short F2L
Java VM opcode.
-
F2D
static final short F2D
Java VM opcode.
-
D2I
static final short D2I
Java VM opcode.
-
D2L
static final short D2L
Java VM opcode.
-
D2F
static final short D2F
Java VM opcode.
-
I2B
static final short I2B
Java VM opcode.
-
INT2BYTE
static final short INT2BYTE
Java VM opcode.
-
I2C
static final short I2C
Java VM opcode.
-
INT2CHAR
static final short INT2CHAR
Java VM opcode.
-
I2S
static final short I2S
Java VM opcode.
-
INT2SHORT
static final short INT2SHORT
Java VM opcode.
-
LCMP
static final short LCMP
Java VM opcode.
-
FCMPL
static final short FCMPL
Java VM opcode.
-
FCMPG
static final short FCMPG
Java VM opcode.
-
DCMPL
static final short DCMPL
Java VM opcode.
-
DCMPG
static final short DCMPG
Java VM opcode.
-
IFEQ
static final short IFEQ
Java VM opcode.
-
IFNE
static final short IFNE
Java VM opcode.
-
IFLT
static final short IFLT
Java VM opcode.
-
IFGE
static final short IFGE
Java VM opcode.
-
IFGT
static final short IFGT
Java VM opcode.
-
IFLE
static final short IFLE
Java VM opcode.
-
IF_ICMPEQ
static final short IF_ICMPEQ
Java VM opcode.
-
IF_ICMPNE
static final short IF_ICMPNE
Java VM opcode.
-
IF_ICMPLT
static final short IF_ICMPLT
Java VM opcode.
-
IF_ICMPGE
static final short IF_ICMPGE
Java VM opcode.
-
IF_ICMPGT
static final short IF_ICMPGT
Java VM opcode.
-
IF_ICMPLE
static final short IF_ICMPLE
Java VM opcode.
-
IF_ACMPEQ
static final short IF_ACMPEQ
Java VM opcode.
-
IF_ACMPNE
static final short IF_ACMPNE
Java VM opcode.
-
GOTO
static final short GOTO
Java VM opcode.
-
JSR
static final short JSR
Java VM opcode.
-
RET
static final short RET
Java VM opcode.
-
TABLESWITCH
static final short TABLESWITCH
Java VM opcode.
-
LOOKUPSWITCH
static final short LOOKUPSWITCH
Java VM opcode.
-
IRETURN
static final short IRETURN
Java VM opcode.
-
LRETURN
static final short LRETURN
Java VM opcode.
-
FRETURN
static final short FRETURN
Java VM opcode.
-
DRETURN
static final short DRETURN
Java VM opcode.
-
ARETURN
static final short ARETURN
Java VM opcode.
-
RETURN
static final short RETURN
Java VM opcode.
-
GETSTATIC
static final short GETSTATIC
Java VM opcode.
-
PUTSTATIC
static final short PUTSTATIC
Java VM opcode.
-
GETFIELD
static final short GETFIELD
Java VM opcode.
-
PUTFIELD
static final short PUTFIELD
Java VM opcode.
-
INVOKEVIRTUAL
static final short INVOKEVIRTUAL
Java VM opcode.
-
INVOKESPECIAL
static final short INVOKESPECIAL
Java VM opcode.
-
INVOKENONVIRTUAL
static final short INVOKENONVIRTUAL
Java VM opcode.
-
INVOKESTATIC
static final short INVOKESTATIC
Java VM opcode.
-
INVOKEINTERFACE
static final short INVOKEINTERFACE
Java VM opcode.
-
INVOKEDYNAMIC
static final short INVOKEDYNAMIC
Java VM opcode.
-
NEW
static final short NEW
Java VM opcode.
-
NEWARRAY
static final short NEWARRAY
Java VM opcode.
-
ANEWARRAY
static final short ANEWARRAY
Java VM opcode.
-
ARRAYLENGTH
static final short ARRAYLENGTH
Java VM opcode.
-
ATHROW
static final short ATHROW
Java VM opcode.
-
CHECKCAST
static final short CHECKCAST
Java VM opcode.
-
INSTANCEOF
static final short INSTANCEOF
Java VM opcode.
-
MONITORENTER
static final short MONITORENTER
Java VM opcode.
-
MONITOREXIT
static final short MONITOREXIT
Java VM opcode.
-
WIDE
static final short WIDE
Java VM opcode.
-
MULTIANEWARRAY
static final short MULTIANEWARRAY
Java VM opcode.
-
IFNULL
static final short IFNULL
Java VM opcode.
-
IFNONNULL
static final short IFNONNULL
Java VM opcode.
-
GOTO_W
static final short GOTO_W
Java VM opcode.
-
JSR_W
static final short JSR_W
Java VM opcode.
-
BREAKPOINT
static final short BREAKPOINT
JVM internal opcode.
-
LDC_QUICK
static final short LDC_QUICK
JVM internal opcode.
-
LDC_W_QUICK
static final short LDC_W_QUICK
JVM internal opcode.
-
LDC2_W_QUICK
static final short LDC2_W_QUICK
JVM internal opcode.
-
GETFIELD_QUICK
static final short GETFIELD_QUICK
JVM internal opcode.
-
PUTFIELD_QUICK
static final short PUTFIELD_QUICK
JVM internal opcode.
-
GETFIELD2_QUICK
static final short GETFIELD2_QUICK
JVM internal opcode.
-
PUTFIELD2_QUICK
static final short PUTFIELD2_QUICK
JVM internal opcode.
-
GETSTATIC_QUICK
static final short GETSTATIC_QUICK
JVM internal opcode.
-
PUTSTATIC_QUICK
static final short PUTSTATIC_QUICK
JVM internal opcode.
-
GETSTATIC2_QUICK
static final short GETSTATIC2_QUICK
JVM internal opcode.
-
PUTSTATIC2_QUICK
static final short PUTSTATIC2_QUICK
JVM internal opcode.
-
INVOKEVIRTUAL_QUICK
static final short INVOKEVIRTUAL_QUICK
JVM internal opcode.
-
INVOKENONVIRTUAL_QUICK
static final short INVOKENONVIRTUAL_QUICK
JVM internal opcode.
-
INVOKESUPER_QUICK
static final short INVOKESUPER_QUICK
JVM internal opcode.
-
INVOKESTATIC_QUICK
static final short INVOKESTATIC_QUICK
JVM internal opcode.
-
INVOKEINTERFACE_QUICK
static final short INVOKEINTERFACE_QUICK
JVM internal opcode.
-
INVOKEVIRTUALOBJECT_QUICK
static final short INVOKEVIRTUALOBJECT_QUICK
JVM internal opcode.
-
NEW_QUICK
static final short NEW_QUICK
JVM internal opcode.
-
ANEWARRAY_QUICK
static final short ANEWARRAY_QUICK
JVM internal opcode.
-
MULTIANEWARRAY_QUICK
static final short MULTIANEWARRAY_QUICK
JVM internal opcode.
-
CHECKCAST_QUICK
static final short CHECKCAST_QUICK
JVM internal opcode.
-
INSTANCEOF_QUICK
static final short INSTANCEOF_QUICK
JVM internal opcode.
-
INVOKEVIRTUAL_QUICK_W
static final short INVOKEVIRTUAL_QUICK_W
JVM internal opcode.
-
GETFIELD_QUICK_W
static final short GETFIELD_QUICK_W
JVM internal opcode.
-
PUTFIELD_QUICK_W
static final short PUTFIELD_QUICK_W
JVM internal opcode.
-
IMPDEP1
static final short IMPDEP1
JVM internal opcode.
-
IMPDEP2
static final short IMPDEP2
JVM internal opcode.
-
PUSH
static final short PUSH
BCEL virtual instruction for pushing an arbitrary data type onto the stack. Will be converted to the appropriate JVM opcode when the class is dumped.- See Also:
- Constant Field Values
-
SWITCH
static final short SWITCH
BCEL virtual instruction for either LOOKUPSWITCH or TABLESWITCH. Will be converted to the appropriate JVM opcode when the class is dumped.- See Also:
- Constant Field Values
-
UNDEFINED
static final short UNDEFINED
Illegal opcode.- See Also:
- Constant Field Values
-
UNPREDICTABLE
static final short UNPREDICTABLE
Illegal opcode.- See Also:
- Constant Field Values
-
RESERVED
static final short RESERVED
Illegal opcode.- See Also:
- Constant Field Values
-
ILLEGAL_OPCODE
static final java.lang.String ILLEGAL_OPCODE
Mnemonic for an illegal opcode.- See Also:
- Constant Field Values
-
ILLEGAL_TYPE
static final java.lang.String ILLEGAL_TYPE
Mnemonic for an illegal type.- See Also:
- Constant Field Values
-
T_BOOLEAN
static final byte T_BOOLEAN
Boolean data type.- See Also:
- Constant Field Values
-
T_CHAR
static final byte T_CHAR
Char data type.- See Also:
- Constant Field Values
-
T_FLOAT
static final byte T_FLOAT
Float data type.- See Also:
- Constant Field Values
-
T_DOUBLE
static final byte T_DOUBLE
Double data type.- See Also:
- Constant Field Values
-
T_BYTE
static final byte T_BYTE
Byte data type.- See Also:
- Constant Field Values
-
T_SHORT
static final byte T_SHORT
Short data type.- See Also:
- Constant Field Values
-
T_INT
static final byte T_INT
Int data type.- See Also:
- Constant Field Values
-
T_LONG
static final byte T_LONG
Long data type.- See Also:
- Constant Field Values
-
T_VOID
static final byte T_VOID
Void data type (non-standard).- See Also:
- Constant Field Values
-
T_ARRAY
static final byte T_ARRAY
Array data type.- See Also:
- Constant Field Values
-
T_OBJECT
static final byte T_OBJECT
Object data type.- See Also:
- Constant Field Values
-
T_REFERENCE
static final byte T_REFERENCE
Reference data type (deprecated).- See Also:
- Constant Field Values
-
T_UNKNOWN
static final byte T_UNKNOWN
Unknown data type.- See Also:
- Constant Field Values
-
T_ADDRESS
static final byte T_ADDRESS
Address data type.- See Also:
- Constant Field Values
-
TYPE_NAMES
static final java.lang.String[] TYPE_NAMES
The primitive type names corresponding to the T_XX constants, e.g., TYPE_NAMES[T_INT] = "int"
-
CLASS_TYPE_NAMES
static final java.lang.String[] CLASS_TYPE_NAMES
The primitive class names corresponding to the T_XX constants, e.g., CLASS_TYPE_NAMES[T_INT] = "java.lang.Integer"
-
SHORT_TYPE_NAMES
static final java.lang.String[] SHORT_TYPE_NAMES
The signature characters corresponding to primitive types, e.g., SHORT_TYPE_NAMES[T_INT] = "I"
-
NO_OF_OPERANDS
static final short[] NO_OF_OPERANDS
Number of byte code operands for each opcode, i.e., number of bytes after the tag byte itself. Indexed by opcode, so NO_OF_OPERANDS[BIPUSH] = the number of operands for a bipush instruction.
-
TYPE_OF_OPERANDS
static final short[][] TYPE_OF_OPERANDS
How the byte code operands are to be interpreted for each opcode. Indexed by opcode. TYPE_OF_OPERANDS[ILOAD] = an array of shorts describing the data types for the instruction.
-
OPCODE_NAMES
static final java.lang.String[] OPCODE_NAMES
Names of opcodes. Indexed by opcode. OPCODE_NAMES[ALOAD] = "aload".
-
CONSUME_STACK
static final int[] CONSUME_STACK
Number of words consumed on operand stack by instructions. Indexed by opcode. CONSUME_STACK[FALOAD] = number of words consumed from the stack by a faload instruction.
-
PRODUCE_STACK
static final int[] PRODUCE_STACK
Number of words produced onto operand stack by instructions. Indexed by opcode. CONSUME_STACK[DALOAD] = number of words consumed from the stack by a daload instruction.
-
ATTR_UNKNOWN
static final byte ATTR_UNKNOWN
Attributes and their corresponding names.- See Also:
- Constant Field Values
-
ATTR_SOURCE_FILE
static final byte ATTR_SOURCE_FILE
- See Also:
- Constant Field Values
-
ATTR_CONSTANT_VALUE
static final byte ATTR_CONSTANT_VALUE
- See Also:
- Constant Field Values
-
ATTR_CODE
static final byte ATTR_CODE
- See Also:
- Constant Field Values
-
ATTR_EXCEPTIONS
static final byte ATTR_EXCEPTIONS
- See Also:
- Constant Field Values
-
ATTR_LINE_NUMBER_TABLE
static final byte ATTR_LINE_NUMBER_TABLE
- See Also:
- Constant Field Values
-
ATTR_LOCAL_VARIABLE_TABLE
static final byte ATTR_LOCAL_VARIABLE_TABLE
- See Also:
- Constant Field Values
-
ATTR_INNER_CLASSES
static final byte ATTR_INNER_CLASSES
- See Also:
- Constant Field Values
-
ATTR_SYNTHETIC
static final byte ATTR_SYNTHETIC
- See Also:
- Constant Field Values
-
ATTR_DEPRECATED
static final byte ATTR_DEPRECATED
- See Also:
- Constant Field Values
-
ATTR_PMG
static final byte ATTR_PMG
- See Also:
- Constant Field Values
-
ATTR_SIGNATURE
static final byte ATTR_SIGNATURE
- See Also:
- Constant Field Values
-
ATTR_STACK_MAP
static final byte ATTR_STACK_MAP
- See Also:
- Constant Field Values
-
ATTR_RUNTIME_VISIBLE_ANNOTATIONS
static final byte ATTR_RUNTIME_VISIBLE_ANNOTATIONS
- See Also:
- Constant Field Values
-
ATTR_RUNTIMEIN_VISIBLE_ANNOTATIONS
static final byte ATTR_RUNTIMEIN_VISIBLE_ANNOTATIONS
- See Also:
- Constant Field Values
-
ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
static final byte ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS
- See Also:
- Constant Field Values
-
ATTR_RUNTIMEIN_VISIBLE_PARAMETER_ANNOTATIONS
static final byte ATTR_RUNTIMEIN_VISIBLE_PARAMETER_ANNOTATIONS
- See Also:
- Constant Field Values
-
ATTR_ANNOTATION_DEFAULT
static final byte ATTR_ANNOTATION_DEFAULT
- See Also:
- Constant Field Values
-
ATTR_LOCAL_VARIABLE_TYPE_TABLE
static final byte ATTR_LOCAL_VARIABLE_TYPE_TABLE
- See Also:
- Constant Field Values
-
ATTR_ENCLOSING_METHOD
static final byte ATTR_ENCLOSING_METHOD
- See Also:
- Constant Field Values
-
ATTR_STACK_MAP_TABLE
static final byte ATTR_STACK_MAP_TABLE
- See Also:
- Constant Field Values
-
KNOWN_ATTRIBUTES
static final short KNOWN_ATTRIBUTES
- See Also:
- Constant Field Values
-
ATTRIBUTE_NAMES
static final java.lang.String[] ATTRIBUTE_NAMES
-
ITEM_Bogus
static final byte ITEM_Bogus
Constants used in the StackMap attribute.- See Also:
- Constant Field Values
-
ITEM_Integer
static final byte ITEM_Integer
- See Also:
- Constant Field Values
-
ITEM_Float
static final byte ITEM_Float
- See Also:
- Constant Field Values
-
ITEM_Double
static final byte ITEM_Double
- See Also:
- Constant Field Values
-
ITEM_Long
static final byte ITEM_Long
- See Also:
- Constant Field Values
-
ITEM_Null
static final byte ITEM_Null
- See Also:
- Constant Field Values
-
ITEM_InitObject
static final byte ITEM_InitObject
- See Also:
- Constant Field Values
-
ITEM_Object
static final byte ITEM_Object
- See Also:
- Constant Field Values
-
ITEM_NewObject
static final byte ITEM_NewObject
- See Also:
- Constant Field Values
-
ITEM_NAMES
static final java.lang.String[] ITEM_NAMES
-
SAME_FRAME
static final int SAME_FRAME
Constants used to identify StackMapEntry types. For those types which can specify a range, the constant names the lowest value.- See Also:
- Constant Field Values
-
SAME_LOCALS_1_STACK_ITEM_FRAME
static final int SAME_LOCALS_1_STACK_ITEM_FRAME
- See Also:
- Constant Field Values
-
SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED
static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED
- See Also:
- Constant Field Values
-
CHOP_FRAME
static final int CHOP_FRAME
- See Also:
- Constant Field Values
-
SAME_FRAME_EXTENDED
static final int SAME_FRAME_EXTENDED
- See Also:
- Constant Field Values
-
APPEND_FRAME
static final int APPEND_FRAME
- See Also:
- Constant Field Values
-
FULL_FRAME
static final int FULL_FRAME
- See Also:
- Constant Field Values
-
SAME_FRAME_MAX
static final int SAME_FRAME_MAX
Constants that define the maximum value of those constants which store ranges.- See Also:
- Constant Field Values
-
SAME_LOCALS_1_STACK_ITEM_FRAME_MAX
static final int SAME_LOCALS_1_STACK_ITEM_FRAME_MAX
- See Also:
- Constant Field Values
-
CHOP_FRAME_MAX
static final int CHOP_FRAME_MAX
- See Also:
- Constant Field Values
-
APPEND_FRAME_MAX
static final int APPEND_FRAME_MAX
- See Also:
- Constant Field Values
-
-