org.codehaus.groovy.control.customizers
[Java] Class CompilationCustomizer
java.lang.Object
  
CompilationUnit.PrimaryClassNodeOperation
      
org.codehaus.groovy.control.customizers.CompilationCustomizer
public abstract class CompilationCustomizer
extends 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
 method.
 
- Authors:
 - Cedric Champeau
 
- Since:
 - 1.8.0
 
    
     
    
     
    
    
        
        CompilationCustomizer
        public CompilationCustomizer(CompilePhase phase)
        
        - 
        
 
        
        
        
    
     
    
    
        
        getPhase
        public CompilePhase getPhase()
        
        - 
        
 
        
        
        
    
     
Copyright © 2003-2011 The Codehaus. All rights reserved.