Uses of Enum
org.eclipse.mat.hprof.ui.HprofPreferences.HprofStrictness
Package
Description
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
User interface for HPROF parser configuration.
-
Uses of HprofPreferences.HprofStrictness in org.eclipse.mat.hprof
ModifierConstructorDescriptionHprofRandomAccessParser
(File file, String prefix, Version version, int identifierSize, long len, HprofPreferences.HprofStrictness strictnessPreference) Pass1Parser
(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference) Pass2Parser
(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference, long streamLength, boolean parallel) -
Uses of HprofPreferences.HprofStrictness in org.eclipse.mat.hprof.ui
Modifier and TypeFieldDescriptionstatic final HprofPreferences.HprofStrictness
HprofPreferences.DEFAULT_STRICTNESS
Default strictness for preferences and value parsingModifier and TypeMethodDescriptionHprofPreferences.getCurrentStrictness()
Return the currently selected preference for strictness.Given a stored preference value, return the enumeration value, or otherwise the default strictness.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.