Package org.teavm.backend.wasm.debug
Class DebugConstants
- java.lang.Object
-
- org.teavm.backend.wasm.debug.DebugConstants
-
public final class DebugConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASS_ARRAYstatic intCLASS_BOOLEANstatic intCLASS_BYTEstatic intCLASS_CHARstatic intCLASS_CLASSstatic intCLASS_DOUBLEstatic intCLASS_FLOATstatic intCLASS_INTstatic intCLASS_INTERFACEstatic intCLASS_LONGstatic intCLASS_ROOTstatic intCLASS_SHORTstatic intCLASS_UNKNOWNstatic intFIELD_ADDRESSstatic intFIELD_BOOLEANstatic intFIELD_BYTEstatic intFIELD_CHARstatic intFIELD_DOUBLEstatic intFIELD_ENDstatic intFIELD_END_SEQUENCEstatic intFIELD_FLOATstatic intFIELD_INTstatic intFIELD_LONGstatic intFIELD_OBJECTstatic intFIELD_SHORTstatic intFIELD_UNDEFINEDstatic intLOC_ENDstatic intLOC_FILEstatic intLOC_LINEstatic intLOC_PTRstatic intLOC_STARTstatic intLOC_USERstatic java.lang.StringSECTION_CLASS_LAYOUTstatic java.lang.StringSECTION_CLASSESstatic java.lang.StringSECTION_FILESstatic java.lang.StringSECTION_LINESstatic java.lang.StringSECTION_METHODSstatic java.lang.StringSECTION_PACKAGESstatic java.lang.StringSECTION_STRINGSstatic java.lang.StringSECTION_VARIABLES
-
-
-
Field Detail
-
LOC_START
public static final int LOC_START
- See Also:
- Constant Field Values
-
LOC_END
public static final int LOC_END
- See Also:
- Constant Field Values
-
LOC_LINE
public static final int LOC_LINE
- See Also:
- Constant Field Values
-
LOC_FILE
public static final int LOC_FILE
- See Also:
- Constant Field Values
-
LOC_PTR
public static final int LOC_PTR
- See Also:
- Constant Field Values
-
LOC_USER
public static final int LOC_USER
- See Also:
- Constant Field Values
-
CLASS_ROOT
public static final int CLASS_ROOT
- See Also:
- Constant Field Values
-
CLASS_CLASS
public static final int CLASS_CLASS
- See Also:
- Constant Field Values
-
CLASS_INTERFACE
public static final int CLASS_INTERFACE
- See Also:
- Constant Field Values
-
CLASS_ARRAY
public static final int CLASS_ARRAY
- See Also:
- Constant Field Values
-
CLASS_BOOLEAN
public static final int CLASS_BOOLEAN
- See Also:
- Constant Field Values
-
CLASS_BYTE
public static final int CLASS_BYTE
- See Also:
- Constant Field Values
-
CLASS_SHORT
public static final int CLASS_SHORT
- See Also:
- Constant Field Values
-
CLASS_CHAR
public static final int CLASS_CHAR
- See Also:
- Constant Field Values
-
CLASS_INT
public static final int CLASS_INT
- See Also:
- Constant Field Values
-
CLASS_LONG
public static final int CLASS_LONG
- See Also:
- Constant Field Values
-
CLASS_FLOAT
public static final int CLASS_FLOAT
- See Also:
- Constant Field Values
-
CLASS_DOUBLE
public static final int CLASS_DOUBLE
- See Also:
- Constant Field Values
-
CLASS_UNKNOWN
public static final int CLASS_UNKNOWN
- See Also:
- Constant Field Values
-
FIELD_END
public static final int FIELD_END
- See Also:
- Constant Field Values
-
FIELD_END_SEQUENCE
public static final int FIELD_END_SEQUENCE
- See Also:
- Constant Field Values
-
FIELD_BOOLEAN
public static final int FIELD_BOOLEAN
- See Also:
- Constant Field Values
-
FIELD_BYTE
public static final int FIELD_BYTE
- See Also:
- Constant Field Values
-
FIELD_SHORT
public static final int FIELD_SHORT
- See Also:
- Constant Field Values
-
FIELD_CHAR
public static final int FIELD_CHAR
- See Also:
- Constant Field Values
-
FIELD_INT
public static final int FIELD_INT
- See Also:
- Constant Field Values
-
FIELD_LONG
public static final int FIELD_LONG
- See Also:
- Constant Field Values
-
FIELD_FLOAT
public static final int FIELD_FLOAT
- See Also:
- Constant Field Values
-
FIELD_DOUBLE
public static final int FIELD_DOUBLE
- See Also:
- Constant Field Values
-
FIELD_OBJECT
public static final int FIELD_OBJECT
- See Also:
- Constant Field Values
-
FIELD_ADDRESS
public static final int FIELD_ADDRESS
- See Also:
- Constant Field Values
-
FIELD_UNDEFINED
public static final int FIELD_UNDEFINED
- See Also:
- Constant Field Values
-
SECTION_STRINGS
public static final java.lang.String SECTION_STRINGS
- See Also:
- Constant Field Values
-
SECTION_FILES
public static final java.lang.String SECTION_FILES
- See Also:
- Constant Field Values
-
SECTION_PACKAGES
public static final java.lang.String SECTION_PACKAGES
- See Also:
- Constant Field Values
-
SECTION_CLASSES
public static final java.lang.String SECTION_CLASSES
- See Also:
- Constant Field Values
-
SECTION_CLASS_LAYOUT
public static final java.lang.String SECTION_CLASS_LAYOUT
- See Also:
- Constant Field Values
-
SECTION_METHODS
public static final java.lang.String SECTION_METHODS
- See Also:
- Constant Field Values
-
SECTION_LINES
public static final java.lang.String SECTION_LINES
- See Also:
- Constant Field Values
-
SECTION_VARIABLES
public static final java.lang.String SECTION_VARIABLES
- See Also:
- Constant Field Values
-
-