public static class PathExhibitor.HeapElement extends PathExhibitor.PathElement
| Modifier and Type | Field and Description |
|---|---|
protected Object |
base |
protected org.graalvm.word.UnsignedWord |
offset |
| Modifier | Constructor and Description |
|---|---|
protected |
HeapElement(Object base,
org.graalvm.word.UnsignedWord offset) |
| Modifier and Type | Method and Description |
|---|---|
static PathExhibitor.HeapElement |
factory(Object base,
org.graalvm.word.UnsignedWord offset) |
Object |
getObject()
Return the base object for this path element, or null.
|
Log |
toLog(Log log)
Report this path element.
|
protected final Object base
protected final org.graalvm.word.UnsignedWord offset
protected HeapElement(Object base, org.graalvm.word.UnsignedWord offset)
public static PathExhibitor.HeapElement factory(Object base, org.graalvm.word.UnsignedWord offset)
public Object getObject()
PathExhibitor.PathElementgetObject in class PathExhibitor.PathElementpublic Log toLog(Log log)
PathExhibitor.PathElementtoLog in class PathExhibitor.PathElement