[Java] Interface CompilationUnitAware
This interface is for AST transformations which must be aware of the compilation unit where they are applied.
- Authors:
- Cedric Champeau
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
setCompilationUnit(CompilationUnit unit) |
Method Detail
public void setCompilationUnit(CompilationUnit unit)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/transform/CompilationUnitAware.html