public class ASTTransformationsContext extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected CompilationUnit |
compilationUnit |
|
protected Set<String> |
globalTransformNames |
|
protected GroovyClassLoader |
transformLoader |
| Constructor | Description |
|---|---|
ASTTransformationsContext(CompilationUnit compilationUnit,
GroovyClassLoader transformLoader) |
| Modifier and Type | Method | 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()