Package | Description |
---|---|
com.ur.urcap.api.domain.program.structure |
Modifier and Type | Class and Description |
---|---|
class |
URCapProgramNodeInterfaceVisitor<URCAP_PROGRAM_NODE_INTERFACE>
This class is used in conjunction with the
TreeNode.traverse(ProgramNodeVisitor) method to visit all nodes in
the sub-tree under the node on which TreeNode.traverse(ProgramNodeVisitor) is called. |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.traverse(ProgramNodeVisitor nodeVisitor)
This method traverses the entire sub-tree under this tree node in a depth-first fashion (this corresponds to a
top-down approach in the program tree).
|
Copyright © 2021. All rights reserved.