| Package | Description |
|---|---|
| org.eclipse.mat.dtfj |
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).
|
| org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
| org.eclipse.mat.parser |
Interfaces for handling indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DTFJIndexBuilder.fill(IPreliminaryIndex index,
IProgressListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
HprofIndexBuilder.fill(IPreliminaryIndex preliminary,
IProgressListener listener) |
IIndexReader.IOne2LongIndex |
IHprofParserHandler.fillIn(IPreliminaryIndex index) |
IIndexReader.IOne2LongIndex |
HprofParserHandlerImpl.fillIn(IPreliminaryIndex index) |
| Modifier and Type | Method and Description |
|---|---|
void |
IIndexBuilder.fill(IPreliminaryIndex index,
IProgressListener listener)
pass1 and pass2 parsing
|