Uses of Class
org.codehaus.groovy.ast.CodeVisitorSupport

Packages that use CodeVisitorSupport
groovy.sql Groovy helper classes for working with SQL data as Groovy objects 
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.control   
 

Uses of CodeVisitorSupport in groovy.sql
 

Subclasses of CodeVisitorSupport in groovy.sql
 class SqlWhereVisitor
           
 

Uses of CodeVisitorSupport in org.codehaus.groovy.ast
 

Subclasses of CodeVisitorSupport in org.codehaus.groovy.ast
 class ClassCodeVisitorSupport
           
 

Uses of CodeVisitorSupport in org.codehaus.groovy.classgen
 

Subclasses of CodeVisitorSupport in org.codehaus.groovy.classgen
 class AsmClassGenerator
          Generates Java class versions of Groovy classes using ASM.
 class ClassCompletionVerifier
          ClassCompletionVerifier
 class ClassGenerator
          Abstract base class for generator of Java class versions of Groovy AST classes
 class DummyClassGenerator
          To generate a class that has all the fields and methods, except that fields are not initilized and methods are empty.
 class VariableScopeVisitor
          goes through an AST and initializes the scopes
 class VerifierCodeVisitor
          Verifies the method code
 

Uses of CodeVisitorSupport in org.codehaus.groovy.control
 

Subclasses of CodeVisitorSupport in org.codehaus.groovy.control
 class LabelVerifier
          This class checks the handling of labels in the AST
 class ResolveVisitor
          Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed.
 



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