-
- All Known Implementing Classes:
ClassLoaderSectionParser,EnvironmentSectionParser,MemorySectionParser,MonitorSectionParser,NativeMemorySectionParser,PlatformSectionParser,SectionParser,StackSectionParser,ThreadSectionParser,TitleSectionParser
public interface ICommonTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUILD_INFOstatic StringCOMMONstatic StringJIT_BUILD_VERSIONstatic StringJIT_PRESENTstatic StringJRE_NAMEstatic StringJRE_VERSIONstatic StringNULLstatic StringPOINTER_SIZEstatic StringSECTIONstatic StringUNAVAILABLE_DATAstatic StringVM_VERSION
-
-
-
Field Detail
-
COMMON
static final String COMMON
- See Also:
- Constant Field Values
-
SECTION
static final String SECTION
- See Also:
- Constant Field Values
-
NULL
static final String NULL
- See Also:
- Constant Field Values
-
JRE_NAME
static final String JRE_NAME
- See Also:
- Constant Field Values
-
JRE_VERSION
static final String JRE_VERSION
- See Also:
- Constant Field Values
-
VM_VERSION
static final String VM_VERSION
- See Also:
- Constant Field Values
-
POINTER_SIZE
static final String POINTER_SIZE
- See Also:
- Constant Field Values
-
BUILD_INFO
static final String BUILD_INFO
- See Also:
- Constant Field Values
-
JIT_PRESENT
static final String JIT_PRESENT
- See Also:
- Constant Field Values
-
JIT_BUILD_VERSION
static final String JIT_BUILD_VERSION
- See Also:
- Constant Field Values
-
UNAVAILABLE_DATA
static final String UNAVAILABLE_DATA
- See Also:
- Constant Field Values
-
-