Module tree_visitor
Source - NodeAppArgs
- Data given to the transition function
- TreeVisitor
- Internal contents of
Tree with the minimum of mutable access for
For soundness do not modify the children or parent indexes of nodes
during traversal. - TreeVisitorStack ๐
- Stack of nodes left to explore in a tree traversal.
See the docs of
traverse_this_parents_children_other for details on the
traversal order.
- ChildrenVisitMode
- ContinueTraversal
- Whether to continue exploring the children recursively or not.
- RecursionState ๐