Class CompilationCustomizer
java.lang.Object
org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
org.codehaus.groovy.control.customizers.CompilationCustomizer
- Direct Known Subclasses:
ImportCustomizer,SecureASTCustomizer
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.groovy.control.CompilationUnit.PrimaryClassNodeOperation
call, needSortedInput
-
Constructor Details
-
CompilationCustomizer
-
-
Method Details
-
getPhase
-