[Groovy] Class ASTTestTransformation
- org.codehaus.groovy.transform.ASTTestTransformation
- All Implemented Interfaces and Traits:
- CompilationUnitAware
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS) class ASTTestTransformation extends AbstractASTTransformation
Nested Class Summary
| Modifiers | Name | Description |
|---|---|---|
static class | ASTTestTransformation.LabelFinder |
| Fields inherited from class | Fields |
|---|---|
class AbstractASTTransformation | RETENTION_CLASSNODE, sourceUnit |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
void |
setCompilationUnit(CompilationUnit unit) | |
void |
visit(ASTNode[] nodes, SourceUnit source) |
Inherited Methods Summary
Method Detail
void setCompilationUnit(CompilationUnit unit)
@SuppressWarnings('Instanceof') void visit(ASTNode[] nodes, SourceUnit source)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/transform/ASTTestTransformation.html