Package groovy.transform
Interface CompilationUnitAware
- 
- All Known Implementing Classes:
- BuilderASTTransformation,- DelegatingCustomizer,- GrabAnnotationTransformation,- ImmutableASTTransformation,- LogASTTransformation,- MacroTransformation,- MapConstructorASTTransformation,- SourceAwareCustomizer,- StaticCompileTransformation,- StaticTypesTransformation,- TraitASTTransformation,- TupleConstructorASTTransformation
 
 public interface CompilationUnitAwareThis interface is for AST transformations which must be aware of the compilation unit where they are applied.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCompilationUnit(CompilationUnit unit)
 
- 
- 
- 
Method Detail- 
setCompilationUnitvoid setCompilationUnit(CompilationUnit unit) 
 
- 
 
-