org.codehaus.groovy.transform
public interface ASTTransformation
GroovyASTTransformation
s.Modifier and Type | Method and Description |
---|---|
void |
visit(ASTNode[] nodes,
SourceUnit source)
The call made when the compiler encounters an AST Transformation Annotation
|
void visit(ASTNode[] nodes, SourceUnit source)
nodes
- The ASTnodes when the call was triggeredsource
- The source unit being compiled