Class AbstractASTTransformation

java.lang.Object
org.codehaus.groovy.transform.AbstractASTTransformation
All Implemented Interfaces:
ASTTransformation, ErrorCollecting
Direct Known Subclasses:
AutoCloneASTTransformation, AutoFinalASTTransformation, AutoImplementASTTransformation, BaseScriptASTTransformation, BuilderASTTransformation, DelegateASTTransformation, EqualsAndHashCodeASTTransformation, ExternalizeMethodsASTTransformation, ExternalizeVerifierASTTransformation, FinalASTTransformation, GinqASTTransformation, ImmutableASTTransformation, IndexedPropertyASTTransformation, InheritConstructorsASTTransformation, LazyASTTransformation, LogASTTransformation, MapConstructorASTTransformation, MemoizedASTTransformation, MixinASTTransformation, NamedVariantASTTransformation, NonSealedASTTransformation, NotYetImplementedASTTransformation, NullCheckASTTransformation, PackageScopeASTTransformation, ReadWriteLockASTTransformation, RecordCompletionASTTransformation, RecordTypeASTTransformation, SealedASTTransformation, SealedCompletionASTTransformation, SingletonASTTransformation, SortableASTTransformation, SourceURIASTTransformation, SynchronizedASTTransformation, TailRecursiveASTTransformation, ToStringASTTransformation, TraitASTTransformation, TupleConstructorASTTransformation

public abstract class AbstractASTTransformation extends Object implements ASTTransformation, ErrorCollecting