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 CompilationUnitcompilationUnitprotected Set<String>globalTransformNamesprotected GroovyClassLoadertransformLoader - 
Constructor Summary
Constructors Constructor Description ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader) - 
Method Summary
Modifier and Type Method Description CompilationUnitgetCompilationUnit()Set<String>getGlobalTransformNames()GroovyClassLoadergetTransformLoader() 
- 
Field Details
- 
transformLoader
 - 
compilationUnit
 - 
globalTransformNames
 
 - 
 - 
Constructor Details
- 
ASTTransformationsContext
public ASTTransformationsContext(CompilationUnit compilationUnit, GroovyClassLoader transformLoader) 
 - 
 - 
Method Details
- 
getCompilationUnit
 - 
getGlobalTransformNames
 - 
getTransformLoader
 
 -