Class SourcePrinter

java.lang.Object
org.codehaus.groovy.antlr.treewalker.VisitorAdapter
org.codehaus.groovy.antlr.treewalker.SourcePrinter
All Implemented Interfaces:
Visitor

public class SourcePrinter extends VisitorAdapter
An antlr AST visitor that prints groovy source code for each visited node to the supplied PrintStream.
Author:
Jeremy Rayner