|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeVisitorSupport | |
---|---|
groovy.grape | |
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 | Compiler control classes. |
org.codehaus.groovy.tools.javac | Classes related to the joint compiler. |
org.codehaus.groovy.transform |
Uses of CodeVisitorSupport in groovy.grape |
---|
Subclasses of CodeVisitorSupport in groovy.grape | |
---|---|
class |
GrabAnnotationTransformation
Created by IntelliJ IDEA. |
Uses of CodeVisitorSupport in groovy.sql |
---|
Subclasses of CodeVisitorSupport in groovy.sql | |
---|---|
class |
SqlOrderByVisitor
|
class |
SqlWhereVisitor
|
Methods in groovy.sql with parameters of type CodeVisitorSupport | |
---|---|
private void |
DataSet.visit(Closure closure,
CodeVisitorSupport visitor)
|
Uses of CodeVisitorSupport in org.codehaus.groovy.ast |
---|
Subclasses of CodeVisitorSupport in org.codehaus.groovy.ast | |
---|---|
class |
ClassCodeExpressionTransformer
Visitor to transform expressions in a whole class. |
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 |
EnumVisitor
|
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 |
GenericsVisitor
class used to verify correct usage of generics in class header (class and superclass declaration) |
class |
LabelVerifier
This class checks the handling of labels in the AST |
class |
OptimizerVisitor
Visitor to produce several optimizations - to replace numbered constants with references to static fields |
class |
ResolveVisitor
Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed. |
class |
StaticImportVisitor
Visitor to resolve constants and method calls from static Imports |
Uses of CodeVisitorSupport in org.codehaus.groovy.tools.javac |
---|
Subclasses of CodeVisitorSupport in org.codehaus.groovy.tools.javac | |
---|---|
class |
JavaAwareResolveVisitor
|
Uses of CodeVisitorSupport in org.codehaus.groovy.transform |
---|
Subclasses of CodeVisitorSupport in org.codehaus.groovy.transform | |
---|---|
class |
ASTTransformationCollectorCodeVisitor
This visitor walks the AST tree and collects references to Annotations that are annotated themselves by GroovyASTTransformation . |
class |
ASTTransformationVisitor
This class handles the invocation of the ASTAnnotationTransformation when it is encountered by a tree walk. |
class |
NewifyASTTransformation
Handles generation of code for the @Newify annotation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |