org.codehaus.groovy.transform.powerassert
[Java] Class AssertionTransformation
java.lang.Object
org.codehaus.groovy.transform.powerassert.AssertionTransformation
- All Implemented Interfaces:
- ASTTransformation
@GroovyASTTransformation(phase = CompilePhase.CANONICALIZATION)
public class AssertionTransformation
extends Object
Entry point for the transformation of assertions. Since this is a global
AST transformation, it must be listed in org.codehaus.groovy.transform.ASTTransformation.
- Authors:
- Peter Niederwieser
visit
public void visit(ASTNode[] nodes, SourceUnit sourceUnit)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.