Interface VMDescriptor
-
public interface VMDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARRAYstatic java.lang.StringBOOLEANstatic java.lang.StringBYTEstatic charC_ARRAYstatic charC_BOOLEANstatic charC_BYTEstatic charC_CHARstatic charC_CLASSstatic charC_DOUBLEstatic charC_ENDCLASSstatic charC_ENDMETHODstatic charC_FLOATstatic charC_INTstatic charC_LONGstatic charC_METHODstatic charC_PACKAGEstatic charC_SHORTstatic charC_VOIDstatic java.lang.StringCHARstatic java.lang.StringCLASSstatic intCONSTANT_Classstatic intCONSTANT_Doublestatic intCONSTANT_Fieldrefstatic intCONSTANT_Floatstatic intCONSTANT_Integerstatic intCONSTANT_InterfaceMethodrefstatic intCONSTANT_InvokeDynamicstatic intCONSTANT_Longstatic intCONSTANT_MethodHandlestatic intCONSTANT_Methodrefstatic intCONSTANT_MethodTypestatic intCONSTANT_NameAndTypestatic intCONSTANT_Stringstatic intCONSTANT_Utf8static java.lang.StringDOUBLEstatic java.lang.StringENDCLASSstatic java.lang.StringENDMETHODstatic java.lang.StringFLOATstatic java.lang.StringINTstatic intJAVA_CLASS_FORMAT_MAGICMagic number for class file format - page 84static intJAVA_CLASS_FORMAT_MAJOR_VERSIONMajor and minor versions numbers - 1.0.2 release - page 85static intJAVA_CLASS_FORMAT_MINOR_VERSIONstatic java.lang.StringLONGstatic java.lang.StringMETHODstatic java.lang.StringPACKAGEstatic java.lang.StringSHORTstatic java.lang.StringVOID
-
-
-
Field Detail
-
C_VOID
static final char C_VOID
- See Also:
- Constant Field Values
-
VOID
static final java.lang.String VOID
- See Also:
- Constant Field Values
-
C_BOOLEAN
static final char C_BOOLEAN
- See Also:
- Constant Field Values
-
BOOLEAN
static final java.lang.String BOOLEAN
- See Also:
- Constant Field Values
-
C_BYTE
static final char C_BYTE
- See Also:
- Constant Field Values
-
BYTE
static final java.lang.String BYTE
- See Also:
- Constant Field Values
-
C_CHAR
static final char C_CHAR
- See Also:
- Constant Field Values
-
CHAR
static final java.lang.String CHAR
- See Also:
- Constant Field Values
-
C_SHORT
static final char C_SHORT
- See Also:
- Constant Field Values
-
SHORT
static final java.lang.String SHORT
- See Also:
- Constant Field Values
-
C_INT
static final char C_INT
- See Also:
- Constant Field Values
-
INT
static final java.lang.String INT
- See Also:
- Constant Field Values
-
C_LONG
static final char C_LONG
- See Also:
- Constant Field Values
-
LONG
static final java.lang.String LONG
- See Also:
- Constant Field Values
-
C_FLOAT
static final char C_FLOAT
- See Also:
- Constant Field Values
-
FLOAT
static final java.lang.String FLOAT
- See Also:
- Constant Field Values
-
C_DOUBLE
static final char C_DOUBLE
- See Also:
- Constant Field Values
-
DOUBLE
static final java.lang.String DOUBLE
- See Also:
- Constant Field Values
-
C_ARRAY
static final char C_ARRAY
- See Also:
- Constant Field Values
-
ARRAY
static final java.lang.String ARRAY
- See Also:
- Constant Field Values
-
C_CLASS
static final char C_CLASS
- See Also:
- Constant Field Values
-
CLASS
static final java.lang.String CLASS
- See Also:
- Constant Field Values
-
C_METHOD
static final char C_METHOD
- See Also:
- Constant Field Values
-
METHOD
static final java.lang.String METHOD
- See Also:
- Constant Field Values
-
C_ENDCLASS
static final char C_ENDCLASS
- See Also:
- Constant Field Values
-
ENDCLASS
static final java.lang.String ENDCLASS
- See Also:
- Constant Field Values
-
C_ENDMETHOD
static final char C_ENDMETHOD
- See Also:
- Constant Field Values
-
ENDMETHOD
static final java.lang.String ENDMETHOD
- See Also:
- Constant Field Values
-
C_PACKAGE
static final char C_PACKAGE
- See Also:
- Constant Field Values
-
PACKAGE
static final java.lang.String PACKAGE
- See Also:
- Constant Field Values
-
CONSTANT_Class
static final int CONSTANT_Class
- See Also:
- Constant Field Values
-
CONSTANT_Fieldref
static final int CONSTANT_Fieldref
- See Also:
- Constant Field Values
-
CONSTANT_Methodref
static final int CONSTANT_Methodref
- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodref
static final int CONSTANT_InterfaceMethodref
- See Also:
- Constant Field Values
-
CONSTANT_String
static final int CONSTANT_String
- See Also:
- Constant Field Values
-
CONSTANT_Integer
static final int CONSTANT_Integer
- See Also:
- Constant Field Values
-
CONSTANT_Float
static final int CONSTANT_Float
- See Also:
- Constant Field Values
-
CONSTANT_Long
static final int CONSTANT_Long
- See Also:
- Constant Field Values
-
CONSTANT_Double
static final int CONSTANT_Double
- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
static final int CONSTANT_NameAndType
- See Also:
- Constant Field Values
-
CONSTANT_Utf8
static final int CONSTANT_Utf8
- See Also:
- Constant Field Values
-
CONSTANT_MethodHandle
static final int CONSTANT_MethodHandle
- See Also:
- Constant Field Values
-
CONSTANT_MethodType
static final int CONSTANT_MethodType
- See Also:
- Constant Field Values
-
CONSTANT_InvokeDynamic
static final int CONSTANT_InvokeDynamic
- See Also:
- Constant Field Values
-
JAVA_CLASS_FORMAT_MAGIC
static final int JAVA_CLASS_FORMAT_MAGIC
Magic number for class file format - page 84- See Also:
- Constant Field Values
-
JAVA_CLASS_FORMAT_MAJOR_VERSION
static final int JAVA_CLASS_FORMAT_MAJOR_VERSION
Major and minor versions numbers - 1.0.2 release - page 85- See Also:
- Constant Field Values
-
JAVA_CLASS_FORMAT_MINOR_VERSION
static final int JAVA_CLASS_FORMAT_MINOR_VERSION
- See Also:
- Constant Field Values
-
-