public static interface NodeDescendants.Visitor
Visitor
processes a single node in a
tree. This allows an object to visit each of the nodes in a tree.Modifier and Type | Method and Description |
---|---|
Object |
visitNode(Node n)
Visit a node in a tree.
|
Object visitNode(Node n)
n
- the node being visitedCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.