public class ASTTransformationsContext extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected CompilationUnit | compilationUnit | 
| protected Set<String> | globalTransformNames | 
| protected GroovyClassLoader | transformLoader | 
| Constructor and Description | 
|---|
| ASTTransformationsContext(CompilationUnit compilationUnit,
                         GroovyClassLoader transformLoader) | 
| Modifier and Type | Method and Description | 
|---|---|
| CompilationUnit | getCompilationUnit() | 
| Set<String> | getGlobalTransformNames() | 
| GroovyClassLoader | getTransformLoader() | 
protected final GroovyClassLoader transformLoader
protected final CompilationUnit compilationUnit
public ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader)
public CompilationUnit getCompilationUnit()
public GroovyClassLoader getTransformLoader()