| Constructor and Description |
|---|
VisitorImpl() |
VisitorImpl(R initialValue) |
| Modifier and Type | Method and Description |
|---|---|
R |
getResult()
The visitor can store any type of result object, depending on the context of
what it is being used for.
|
abstract void |
visit(String key,
ds.tree.RadixTreeNode<T> parent,
ds.tree.RadixTreeNode<T> node)
This method gets called by
visit
when it finds a node matching the key given to it. |
protected R result
public VisitorImpl()
public VisitorImpl(R initialValue)
public R getResult()
VisitorCopyright © 2015 Bluebrain Project. All rights reserved.