org.eclipse.mat.snapshot.model
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:
- Serialized Form
Constructor Summary |
NamedReference(ISnapshot snapshot,
long address,
String name)
Constructs a reference to a Java object with a description of why the reference occurred. |
Method Summary |
String |
getName()
Get the description of the reference. |
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 dumpaddress
- the address of the target objectname
- the description of the reference, for example the field name, an array index
getName
public String getName()
- Get the description of the reference.
- Returns:
- the description