Package | Description |
---|---|
org.eclipse.mat.inspections.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 |
---|---|
List<NamedReference> |
IMapExtractor.EntryObject.getOutboundReferences() |
List<NamedReference> |
AbstractExtractedCollection.getOutboundReferences() |
Modifier and Type | Method and Description |
---|---|
List<NamedReference> |
PrimitiveArrayImpl.getOutboundReferences() |
List<NamedReference> |
ObjectArrayImpl.getOutboundReferences() |
List<NamedReference> |
InstanceImpl.getOutboundReferences() |
List<NamedReference> |
ClassImpl.getOutboundReferences() |
Modifier and Type | Class and Description |
---|---|
class |
PseudoReference
Value of a field if it is a pseudo references.
|
class |
ThreadToLocalReference
The class represents a references from a running thread object to objects
which are local for this thread.
|
Modifier and Type | Method and Description |
---|---|
List<NamedReference> |
IObject.getOutboundReferences()
Get list of snapshot objects referenced from this snapshot object with
the name of the field over which it was referenced.
|