public interface TreeVisitor<T>
SingleReferenceWalker.| Modifier and Type | Method and Description |
|---|---|
void |
visit(T obj)
Invoked for a node in tree.
|
void visit(T obj)
obj - a reference to the nodeCopyright © 2013–2019 camunda services GmbH. All rights reserved.