Uses of Class
org.eclipse.mat.snapshot.model.NamedReference

Packages that use NamedReference
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.parser.model
 

Methods in org.eclipse.mat.parser.model that return types with arguments of type NamedReference
 java.util.List<NamedReference> InstanceImpl.getOutboundReferences()
           
 java.util.List<NamedReference> PrimitiveArrayImpl.getOutboundReferences()
           
 java.util.List<NamedReference> ObjectArrayImpl.getOutboundReferences()
           
 java.util.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
 java.util.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.