Uses of Interface
org.eclipse.mat.parser.IPreliminaryIndex
Package
Description
This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps,
and is just a parser extension, not an Application Programming Interface (API).
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
Interfaces for handling indexes.
-
Uses of IPreliminaryIndex in org.eclipse.mat.dtfj
Modifier and TypeMethodDescriptionvoid
DTFJIndexBuilder.fill
(IPreliminaryIndex index, IProgressListener listener) -
Uses of IPreliminaryIndex in org.eclipse.mat.hprof
Modifier and TypeMethodDescriptionvoid
HprofIndexBuilder.fill
(IPreliminaryIndex preliminary, IProgressListener listener) HprofParserHandlerImpl.fillIn
(IPreliminaryIndex index, IProgressListener listener) IHprofParserHandler.fillIn
(IPreliminaryIndex index, IProgressListener listener) -
Uses of IPreliminaryIndex in org.eclipse.mat.parser
Modifier and TypeMethodDescriptionvoid
IIndexBuilder.fill
(IPreliminaryIndex index, IProgressListener listener) Pass1 and pass2 parsing.