Class AbstractASTTransformation

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

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