- 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
-
@com.github.javaparser.ast.expr.MarkerAnnotationExprOverride
public void setCompilationUnit(CompilationUnit compilationUnit)
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.