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