Walks the AST and invokes callback for each node in a tree in depth-first order.
The node to walk.
The callback to invoke.
Walks the AST and invokes callback for each node in a tree in depth-first order.