[Java] Interface CompilationUnitAware
public interface CompilationUnitAware
This interface is for AST transformations which must be aware of the compilation unit where they are applied.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public 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/3.0.7/html/gapi/groovy/transform/CompilationUnitAware.html