Uses of Class
org.codehaus.groovy.antlr.treewalker.VisitorAdapter

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

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

Subclasses of VisitorAdapter in org.codehaus.groovy.antlr.java
 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 VisitorAdapter in org.codehaus.groovy.antlr.treewalker
 

Subclasses of VisitorAdapter in org.codehaus.groovy.antlr.treewalker
 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.
 

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

Subclasses of VisitorAdapter in org.codehaus.groovy.tools.groovydoc
 class SimpleGroovyClassDocAssembler
           
 



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