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

Packages that use Visitor
org.codehaus.groovy.antlr.java   
org.codehaus.groovy.antlr.treewalker Classes for walking the AST. 
org.codehaus.groovy.tools.groovydoc GroovyDoc tool. 
 

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

Classes in org.codehaus.groovy.antlr.java that implement Visitor
 class Groovifier
           
 class Java2GroovyConverter
           
 class PreJava2GroovyConverter
          This class mutates the Java AST, whilst it is still a Java AST, in readiness for conversion to Groovy, yippee-ky-a !
 

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 NodeCollector
          A simple antlr AST visitor that collects all nodes into a List.
 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 VisitorAdapter
          A default implementation of all visitor methods.
 

Fields in org.codehaus.groovy.antlr.treewalker declared as Visitor
private  Visitor TraversalHelper.v
           
 

Constructors in org.codehaus.groovy.antlr.treewalker with parameters of type Visitor
FlatNodeListTraversal(Visitor 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)
           
 

Uses of Visitor in org.codehaus.groovy.tools.groovydoc
 

Classes in org.codehaus.groovy.tools.groovydoc that implement Visitor
 class SimpleGroovyClassDocAssembler
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.