|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ast.CodeVisitorSupport
org.codehaus.groovy.ast.ClassCodeVisitorSupport
org.codehaus.groovy.ast.ClassCodeExpressionTransformer
org.codehaus.groovy.transform.NewifyASTTransformation
@GroovyASTTransformation(phase = CompilePhase.CANONICALIZATION) class NewifyASTTransformation extends ClassCodeExpressionTransformer
Handles generation of code for the @Newify annotation.
Constructor Summary | |
NewifyASTTransformation()
|
Method Summary | |
---|---|
protected SourceUnit
|
getSourceUnit()
|
Expression
|
transform(Expression expr)
|
void
|
visit(ASTNode[] nodes, SourceUnit source)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
NewifyASTTransformation()
Method Detail |
---|
protected SourceUnit getSourceUnit()
public Expression transform(Expression expr)
public void visit(ASTNode[] nodes, SourceUnit source)
Copyright © 2003-2009 The Codehaus. All rights reserved.