public abstract class DelegatingCustomizer extends CompilationCustomizer
| Modifier and Type | Field and Description | 
|---|---|
| protected CompilationCustomizer | delegate | 
| Constructor and Description | 
|---|
| DelegatingCustomizer(CompilationCustomizer delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | call(SourceUnit source,
    GeneratorContext context,
    ClassNode classNode) | 
getPhaseneedSortedInputprotected final CompilationCustomizer delegate
public DelegatingCustomizer(CompilationCustomizer delegate)
public void call(SourceUnit source, GeneratorContext context, ClassNode classNode) throws CompilationFailedException
call in class CompilationUnit.PrimaryClassNodeOperationCompilationFailedException