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 | Name and description |
---|---|
void |
call(SourceUnit source, GeneratorContext context, ClassNode classNode) |
Methods inherited from class | Name |
---|---|
class CompilationCustomizer |
getPhase |
Copyright © 2003-2014 The Codehaus. All rights reserved.