Package | Description |
---|---|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.hprof.ui |
Constructor and Description |
---|
HprofRandomAccessParser(File file,
org.eclipse.mat.hprof.AbstractParser.Version version,
int identifierSize,
HprofPreferences.HprofStrictness strictnessPreference) |
Pass1Parser(IHprofParserHandler handler,
SimpleMonitor.Listener monitor,
HprofPreferences.HprofStrictness strictnessPreference) |
Pass2Parser(IHprofParserHandler handler,
SimpleMonitor.Listener monitor,
HprofPreferences.HprofStrictness strictnessPreference) |
Modifier and Type | Field and Description |
---|---|
static HprofPreferences.HprofStrictness |
HprofPreferences.DEFAULT_STRICTNESS
Default strictness for preferences and value parsing
|
Modifier and Type | Method and Description |
---|---|
static HprofPreferences.HprofStrictness |
HprofPreferences.getCurrentStrictness()
Return the currently selected preference for strictness.
|
static HprofPreferences.HprofStrictness |
HprofPreferences.HprofStrictness.parse(String value)
Given a stored preference value, return the enumeration value, or
otherwise the default strictness.
|
static HprofPreferences.HprofStrictness |
HprofPreferences.HprofStrictness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HprofPreferences.HprofStrictness[] |
HprofPreferences.HprofStrictness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|