org.codehaus.groovy.transform
Interface ASTTransformation

 
 
Method Summary
void visit(def nodes, SourceUnit source)
           The call made when the compiler encounters an AST Transformation Annotation
 

Method Detail

visit

public void visit(def nodes, SourceUnit source)
The call made when the compiler encounters an AST Transformation Annotation
param:
nodes The ASTnodes when the call was triggered
param:
source The source unit being compiled