org.codehaus.groovy.transform
Class SingletonASTTransformation
java.lang.Object
org.codehaus.groovy.transform.SingletonASTTransformation
- All Implemented Interfaces:
- ASTTransformation
@GroovyASTTransformation(phase= CompilePhase.CANONICALIZATION)
public class SingletonASTTransformation
extends Object
Handles generation of code for the
- Singleton:
- annotation
- author:
- Alex Tkachman
visit
public void visit(ASTNode[] nodes, SourceUnit source)
- param:
- nodes the ast nodes
- param:
- source the source unit for the nodes
Copyright © 2003-2010 The Codehaus. All rights reserved.