Class DelegatingCustomizer

java.lang.Object
org.codehaus.groovy.control.customizers.CompilationCustomizer
org.codehaus.groovy.control.customizers.DelegatingCustomizer
All Implemented Interfaces:
CompilationUnitAware, CompilationUnit.IPrimaryClassNodeOperation
Direct Known Subclasses:
SourceAwareCustomizer

public abstract class DelegatingCustomizer extends CompilationCustomizer implements CompilationUnitAware
Base class for compilation customizers which delegate to another customizer. The phase this customizer runs at is retrieved from the phase of the delegate.
Since:
2.1.0