[Groovy] Class ASTTestTransformation
- org.codehaus.groovy.transform.ASTTestTransformation
- All Implemented Interfaces and Traits:
- ASTTransformation, CompilationUnitAware
@GroovyASTTransformation(phase: CompilePhase.SEMANTIC_ANALYSIS) class ASTTestTransformation extends Object implements ASTTransformation, CompilationUnitAware
Nested Class Summary
| Modifiers | Name | Description |
|---|---|---|
class | ASTTestTransformation.1 | |
static class | ASTTestTransformation.LabelFinder |
Properties Summary
| Type | Name and description |
|---|---|
CompilationUnit |
compilationUnit |
Constructor Summary
| Constructor and description |
|---|
ASTTestTransformation
() |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
void |
visit(ASTNode[] nodes, SourceUnit source) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
CompilationUnit compilationUnit
Constructor Detail
ASTTestTransformation()
Method Detail
@Override void visit(ASTNode[] nodes, SourceUnit source)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/ASTTestTransformation.html