Class NamedReference

java.lang.Object
org.eclipse.mat.snapshot.model.ObjectReference
org.eclipse.mat.snapshot.model.NamedReference
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PseudoReference

public class NamedReference extends ObjectReference
A named reference.
See Also:
  • Constructor Details

    • NamedReference

      public NamedReference(ISnapshot snapshot, long address, String name)
      Constructs a reference to a Java object with a description of why the reference occurred.
      Parameters:
      snapshot - the whole dump
      address - the address of the target object
      name - the description of the reference, for example the field name, an array index
  • Method Details