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