Class AbstractASTTransformation

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

public abstract class AbstractASTTransformation
extends Object
implements org.objectweb.asm.Opcodes, ASTTransformation, ErrorCollecting