|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedReference | |
---|---|
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. |
Uses of NamedReference in org.eclipse.mat.inspections.collectionextract |
---|
Methods in org.eclipse.mat.inspections.collectionextract that return types with arguments of type NamedReference | |
---|---|
List<NamedReference> |
AbstractExtractedCollection.getOutboundReferences()
|
List<NamedReference> |
IMapExtractor.EntryObject.getOutboundReferences()
|
Uses of NamedReference in org.eclipse.mat.parser.model |
---|
Methods in org.eclipse.mat.parser.model that return types with arguments of type NamedReference | |
---|---|
List<NamedReference> |
InstanceImpl.getOutboundReferences()
|
List<NamedReference> |
PrimitiveArrayImpl.getOutboundReferences()
|
List<NamedReference> |
ObjectArrayImpl.getOutboundReferences()
|
List<NamedReference> |
ClassImpl.getOutboundReferences()
|
Uses of NamedReference in org.eclipse.mat.snapshot.model |
---|
Subclasses of NamedReference in org.eclipse.mat.snapshot.model | |
---|---|
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. |
Methods in org.eclipse.mat.snapshot.model that return types with arguments of type NamedReference | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |