|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HprofPreferences.HprofStrictness | |
---|---|
org.eclipse.mat.hprof | Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). |
org.eclipse.mat.hprof.ui |
Uses of HprofPreferences.HprofStrictness in org.eclipse.mat.hprof |
---|
Constructors in org.eclipse.mat.hprof with parameters of type HprofPreferences.HprofStrictness | |
---|---|
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)
|
Uses of HprofPreferences.HprofStrictness in org.eclipse.mat.hprof.ui |
---|
Fields in org.eclipse.mat.hprof.ui declared as HprofPreferences.HprofStrictness | |
---|---|
static HprofPreferences.HprofStrictness |
HprofPreferences.DEFAULT_STRICTNESS
Default strictness for preferences and value parsing |
Methods in org.eclipse.mat.hprof.ui that return HprofPreferences.HprofStrictness | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |