Uses of Interface
org.codehaus.groovy.antlr.treewalker.Visitor

Packages that use Visitor
org.codehaus.groovy.antlr.treewalker   
 

Uses of Visitor in org.codehaus.groovy.antlr.treewalker
 

Classes in org.codehaus.groovy.antlr.treewalker that implement Visitor
 class CompositeVisitor
          A composite of many visitors.
 class MindMapPrinter
          An antlr AST visitor that prints a format suitable for viewing in http://freemind.sourceforge.net
 class NodeAsHTMLPrinter
          A visitor that prints a html tags of each node to the supplied PrintStream
 class NodePrinter
          A simple antlr AST visitor that outputs the tokenName of each node in a pseudo xml style.
 class SourcePrinter
          An antlr AST visitor that prints groovy source code for each visited node to the supplied PrintStream.
 class SummaryCollector
          A visitor for the antlr ast that creates a summary of the parsed source unit
 class VisitorAdapter
          A default implementation of all visitor methods.
 

Constructors in org.codehaus.groovy.antlr.treewalker with parameters of type Visitor
PreOrderTraversal(Visitor visitor)
          A simple preorder traversal over the supplied antlr AST.
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.
TraversalHelper(Visitor visitor)
           
 



Copyright © 2003-2010 The Codehaus. All Rights Reserved.