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