org.codehaus.groovy.control.customizers
Class CompilationCustomizer
java.lang.Object
org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
org.codehaus.groovy.control.customizers.CompilationCustomizer
- Direct Known Subclasses:
- ImportCustomizer, SecureASTCustomizer
public abstract class CompilationCustomizer
- extends CompilationUnit.PrimaryClassNodeOperation
Users wanting to customize the configuration process such as adding imports, restricting the
language features or apply AST transformations by default should implement this class, then
call the CompilerConfiguration.addCompilationCustomizers(CompilationCustomizer...)
method.
- Since:
- 1.8.0
- Author:
- Cedric Champeau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilationCustomizer
public CompilationCustomizer(CompilePhase phase)
getPhase
public CompilePhase getPhase()