- org.codehaus.groovy.control.customizers.DelegatingCustomizer
-
- All Implemented Interfaces and Traits:
- CompilationUnitAware
public abstract class DelegatingCustomizer
extends CompilationCustomizer
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
-
-
Methods Summary
-
Inherited Methods Summary
-
-
Method Detail
-
@Override
public void call(org.codehaus.groovy.control.SourceUnit source, GeneratorContext context, org.codehaus.groovy.ast.ClassNode classNode)
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.