|
||||||||||
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
org.eclipse.mat.snapshot.model.PseudoReference
public class PseudoReference
Value of a field if it is a pseudo references. Some references do not actually exist in the heap dump but are automatically generated because they are maintained by the JVM. Examples are the link from an instance to the class and from the class to the class loader.
Constructor Summary | |
---|---|
PseudoReference(ISnapshot snapshot,
long address,
java.lang.String name)
Create a PseudoReference |
Method Summary |
---|
Methods inherited from class org.eclipse.mat.snapshot.model.NamedReference |
---|
getName |
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 PseudoReference(ISnapshot snapshot, long address, java.lang.String name)
snapshot
- the dumpaddress
- the address of the objectname
- the description of the reference e.g. <class>, <classloader>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |