A treewalker for the antlr generated AST that attempts to visit the
AST nodes in the order needed to generate valid groovy source code.
author: Jeremy Rayner version: $Revision: 4538 $
Constructor Summary
public
SourceCodeTraversal(Visitor visitor) Constructs a treewalker for the antlr generated AST that attempts to visit the
AST nodes in the order needed to generate valid groovy source code.
Constructs a treewalker for the antlr generated AST that attempts to visit the
AST nodes in the order needed to generate valid groovy source code.
Parameters: visitor - the visitor implementation to call for each AST node.