|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.snapshot.model.ObjectReference
org.eclipse.mat.snapshot.model.NamedReference
public class NamedReference
A named reference.
Constructor Summary | |
---|---|
NamedReference(ISnapshot snapshot,
long address,
java.lang.String name)
Constructs a reference to a Java object with a description of why the reference occurred. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the description of the reference. |
Methods inherited from class org.eclipse.mat.snapshot.model.ObjectReference |
---|
getObject, getObjectAddress, getObjectId, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NamedReference(ISnapshot snapshot, long address, java.lang.String name)
snapshot
- the whole dumpaddress
- the address of the target objectname
- the description of the reference, for example the field name, an array indexMethod Detail |
---|
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |