| 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.
|
| org.eclipse.mat.parser.internal |
Implementations for building the snapshot (not API).
|
| org.eclipse.mat.parser.internal.snapshot |
Utilities for performing basic operations on the snapshot (not API).
|
| org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
| Class and Description |
|---|
| ObjectArrayImpl
Implementation of a Java object array.
|
| PrimitiveArrayImpl
Implementation of a primitive array of type
byte[], short[], int[], long[],
boolean, char[], float[], double[].
|
| Class and Description |
|---|
| ClassImpl
Implementation of a Java object representing a java.lang.Class object.
|
| ObjectArrayImpl
Implementation of a Java object array.
|
| PrimitiveArrayImpl
Implementation of a primitive array of type
byte[], short[], int[], long[],
boolean, char[], float[], double[].
|
| XSnapshotInfo
Basic information about the snapshot which can be updated as
data is read from the dump.
|
| Class and Description |
|---|
| ClassImpl
Implementation of a Java object representing a java.lang.Class object.
|
| ObjectArrayImpl
Implementation of a Java object array.
|
| PrimitiveArrayImpl
Implementation of a primitive array of type
byte[], short[], int[], long[],
boolean, char[], float[], double[].
|
| XGCRootInfo
Holds details about a garbage collection root.
|
| XSnapshotInfo
Basic information about the snapshot which can be updated as
data is read from the dump.
|
| Class and Description |
|---|
| ClassImpl
Implementation of a Java object representing a java.lang.Class object.
|
| XSnapshotInfo
Basic information about the snapshot which can be updated as
data is read from the dump.
|
| Class and Description |
|---|
| XSnapshotInfo
Basic information about the snapshot which can be updated as
data is read from the dump.
|
| Class and Description |
|---|
| AbstractArrayImpl
The general implementation of any Java array object (primitive array, object array).
|
| AbstractObjectImpl
The general implementation of any Java object (plain object, array, class, classloader).
|
| ClassImpl
Implementation of a Java object representing a java.lang.Class object.
|
| InstanceImpl
Implementation of a plain Java object.
|