Stores state information about global AST transformations applied to a compilation unit.
| Modifiers | Name | Description | 
|---|---|---|
protected CompilationUnit  | 
                            compilationUnit | 
                            |
protected Set<String>  | 
                            globalTransformNames | 
                            |
protected GroovyClassLoader  | 
                            transformLoader | 
                            
| Constructor and description | 
|---|
                                ASTTransformationsContext
                                (CompilationUnit compilationUnit, GroovyClassLoader transformLoader) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            CompilationUnit | 
                            getCompilationUnit() | 
                        
 | 
                            Set<String> | 
                            getGlobalTransformNames() | 
                        
 | 
                            GroovyClassLoader | 
                            getTransformLoader() | 
                        
Copyright © 2003-2017 The Apache Software Foundation. All rights reserved.