Package | Description |
---|---|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.internal.collectionextract | |
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
org.eclipse.mat.snapshot.model |
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
|
Modifier and Type | Method and Description |
---|---|
static ObjectReference |
ReferenceQuery.getReferent(IInstance instance) |
Modifier and Type | Method and Description |
---|---|
static IInstance |
ExtractionUtils.followOnlyNonArrayOutgoingReference(IObject obj)
Get the only non-array object field from the object.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderImpl
Implementation of a Java object representing a java.lang.ClassLoader object.
|
class |
InstanceImpl
Implementation of a plain Java object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IClassLoader
An interface for class loader.
|