org.codehaus.groovy.ast
public class MixinASTTransformation extends java.lang.Object implements ASTTransformation
Constructor and Description |
---|
MixinASTTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
visit(ASTNode[] nodes,
SourceUnit source)
The call made when the compiler encounters an AST Transformation Annotation
|
public void visit(ASTNode[] nodes, SourceUnit source)
ASTTransformation
visit
in interface ASTTransformation
nodes
- The ASTnodes when the call was triggeredsource
- The source unit being compiled