Uses of Interface
org.codehaus.groovy.ast.GroovyClassVisitor

Packages that use GroovyClassVisitor
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 GroovyClassVisitor in org.codehaus.groovy.ast
 

Classes in org.codehaus.groovy.ast that implement GroovyClassVisitor
 class ClassCodeVisitorSupport
           
 

Methods in org.codehaus.groovy.ast with parameters of type GroovyClassVisitor
 void ClassNode.visitContents(GroovyClassVisitor visitor)
           
 

Uses of GroovyClassVisitor in org.codehaus.groovy.classgen
 

Classes in org.codehaus.groovy.classgen that implement GroovyClassVisitor
 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 Verifier
          Verifies the AST node and adds any defaulted AST code before bytecode generation occurs.
 

Uses of GroovyClassVisitor in org.codehaus.groovy.control
 

Classes in org.codehaus.groovy.control that implement GroovyClassVisitor
 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-2009 The Codehaus. All Rights Reserved.