iterate

fun iterate(root: Node)

The core iterative AST traversal algorithm: In a depth-first way we descend into the tree, providing callbacks for graph modification.

Parameters

root

The node where we should start