Uses of Interface
org.codehaus.groovy.transform.ASTTransformation

Packages that use ASTTransformation
groovy.beans   
groovy.grape   
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.transform   
 

Uses of ASTTransformation in groovy.beans
 

Classes in groovy.beans that implement ASTTransformation
 class BindableASTTransformation
          Handles generation of code for the @Bindable annotation when @Vetoable is not present.
 class VetoableASTTransformation
          Handles generation of code for the @Vetoable annotation, and @Bindable if also present.
 

Uses of ASTTransformation in groovy.grape
 

Classes in groovy.grape that implement ASTTransformation
 class GrabAnnotationTransformation
          Created by IntelliJ IDEA.
 

Uses of ASTTransformation in org.codehaus.groovy.ast
 

Classes in org.codehaus.groovy.ast that implement ASTTransformation
 class MixinASTTransformation
           
 

Fields in org.codehaus.groovy.ast with type parameters of type ASTTransformation
private  java.util.Map<CompilePhase,java.util.Map<java.lang.Class<? extends ASTTransformation>,java.util.Set<ASTNode>>> ClassNode.transformInstances
          The ASTTransformations to be applied to the Class
 

Methods in org.codehaus.groovy.ast that return types with arguments of type ASTTransformation
 java.util.Map<java.lang.Class<? extends ASTTransformation>,java.util.Set<ASTNode>> ClassNode.getTransforms(CompilePhase phase)
           
 

Method parameters in org.codehaus.groovy.ast with type arguments of type ASTTransformation
 void ClassNode.addTransform(java.lang.Class<? extends ASTTransformation> transform, ASTNode node)
           
 

Uses of ASTTransformation in org.codehaus.groovy.transform
 

Classes in org.codehaus.groovy.transform that implement ASTTransformation
 class CategoryASTTransformation
          Handles generation of code for the @Category annotation - all non-static methods converted to static ones with additional parameter 'self'
 class DelegateASTTransformation
          Handles generation of code for the @Delegate annotation
 class ImmutableASTTransformation
          Handles generation of code for the @Immutable annotation.
 class LazyASTTransformation
          Handles generation of code for the @Lazy annotation
 class NewifyASTTransformation
          Handles generation of code for the @Newify annotation.
 class PackageScopeASTTransformation
          Handles transformation for the @PackageScope annotation.
 class SingletonASTTransformation
          Handles generation of code for the @Singleton annotation
 

Fields in org.codehaus.groovy.transform with type parameters of type ASTTransformation
private  java.util.Map<java.lang.Class<? extends ASTTransformation>,ASTTransformation> ASTTransformationVisitor.transformInstances
           
private  java.util.Map<java.lang.Class<? extends ASTTransformation>,ASTTransformation> ASTTransformationVisitor.transformInstances
           
private  java.util.Map<ASTNode,java.util.List<ASTTransformation>> ASTTransformationVisitor.transforms
           
 



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