public class ThreadToLocalReference extends PseudoReference
| Constructor and Description |
|---|
ThreadToLocalReference(ISnapshot snapshot,
long address,
String name,
int localObjectId,
GCRootInfo[] gcRootInfo)
Create a thread to local reference
|
| Modifier and Type | Method and Description |
|---|---|
GCRootInfo[] |
getGcRootInfo()
The description of the thread root information
Not currently used, so might be removed.
|
int |
getObjectId()
The id of the object
|
getNamegetObject, getObjectAddress, toStringpublic ThreadToLocalReference(ISnapshot snapshot, long address, String name, int localObjectId, GCRootInfo[] gcRootInfo)
snapshot - the snapshotaddress - the address of the objectname - the description of the reference e.g. the root types surrounded by '<' '>'localObjectId - the local reference object idgcRootInfo - a description of the root type e.g. Java local etc.public int getObjectId()
ObjectReferencegetObjectId in class ObjectReferencepublic GCRootInfo[] getGcRootInfo()