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) | 
                        
| Methods inherited from class | Name | 
|---|---|
class CompilationCustomizer | 
                            getPhase | 
                        
Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.