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.
| Modifiers | Name | Description | 
|---|---|---|
| protected CompilationCustomizer | delegate | 
| Constructor and description | 
|---|
| DelegatingCustomizer
                                (CompilationCustomizer delegate) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | call(SourceUnit source, GeneratorContext context, ClassNode classNode) | 
|  | void | setCompilationUnit(CompilationUnit compilationUnit) | 
| Methods inherited from class | Name | 
|---|---|
| class CompilationCustomizer | getPhase | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.