Uses of Class
org.eclipse.mat.snapshot.model.NamedReference
Package
Description
Code for reading data from collections found in a snapshot.
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
-
Uses of NamedReference in org.eclipse.mat.inspections.collectionextract
Modifier and TypeMethodDescriptionAbstractExtractedCollection.getOutboundReferences()
IMapExtractor.EntryObject.getOutboundReferences()
-
Uses of NamedReference in org.eclipse.mat.parser.model
Modifier and TypeMethodDescriptionClassImpl.getOutboundReferences()
InstanceImpl.getOutboundReferences()
ObjectArrayImpl.getOutboundReferences()
PrimitiveArrayImpl.getOutboundReferences()
-
Uses of NamedReference in org.eclipse.mat.snapshot.model
Modifier and TypeClassDescriptionclass
Value of a field if it is a pseudo references.class
The class represents a references from a running thread object to objects which are local for this thread.Modifier and TypeMethodDescriptionIObject.getOutboundReferences()
Get list of snapshot objects referenced from this snapshot object with the name of the field over which it was referenced.