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