Package org.codehaus.groovy.control
Class ASTTransformationsContext
java.lang.Object
org.codehaus.groovy.control.ASTTransformationsContext
public class ASTTransformationsContext extends Object
Stores state information about global AST transformations applied to a compilation unit.
-
Field Summary
Fields Modifier and Type Field Description protected CompilationUnit
compilationUnit
protected Set<String>
globalTransformNames
protected GroovyClassLoader
transformLoader
-
Constructor Summary
Constructors Constructor Description ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader)
-
Method Summary
Modifier and Type Method Description CompilationUnit
getCompilationUnit()
Set<String>
getGlobalTransformNames()
GroovyClassLoader
getTransformLoader()
-
Field Details
-
transformLoader
-
compilationUnit
-
globalTransformNames
-
-
Constructor Details
-
ASTTransformationsContext
public ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader)
-
-
Method Details
-
getCompilationUnit
-
getGlobalTransformNames
-
getTransformLoader
-