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
|
getName
getObject, getObjectAddress, toString
public 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()
ObjectReference
getObjectId
in class ObjectReference
public GCRootInfo[] getGcRootInfo()