walk
Walks the AST, calling the consumer for every node, with traversal algorithm "traversal". This is the most general walk method. All other walk and findAll methods are based on this.
Walks the AST, calling the consumer for every node with pre-order traversal.
Walks the AST with pre-order traversal, calling the consumer for every node of type "nodeType".