org.codehaus.groovy.transform
[Groovy] Class ASTTestTransformation
java.lang.Object
org.codehaus.groovy.transform.AbstractASTTransformation
org.codehaus.groovy.transform.ASTTestTransformation
- All Implemented Interfaces:
- CompilationUnitAware
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS)
class ASTTestTransformation
extends AbstractASTTransformation
Methods inherited from class AbstractASTTransformation
|
addError, checkIncludeExclude, checkNotInterface, getMemberList, getMemberStringValue, getMemberValue, hasAnnotation, init, memberHasValue, nonGeneric, shouldSkip, tokenize |
setCompilationUnit
void setCompilationUnit(CompilationUnit unit)
-
visit
void visit(ASTNode[] nodes, SourceUnit source)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.