public class ASTTransformationsContext extends Object
Stores state information about global AST transformations applied to a compilation unit.
Modifiers | Name | Description |
---|---|---|
protected CompilationUnit | compilationUnit | |
protected Set<String> | globalTransformNames | |
protected GroovyClassLoader | transformLoader |
Constructor and description |
---|
ASTTransformationsContext
(CompilationUnit compilationUnit, GroovyClassLoader transformLoader) |
Type Params | Return Type | Name and description |
---|---|---|
public CompilationUnit |
getCompilationUnit() | |
public Set<String> |
getGlobalTransformNames() | |
public GroovyClassLoader |
getTransformLoader() |
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/control/ASTTransformationsContext.html