Groovy 1.7.2

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


Method Summary
void visit(ASTNode[] nodes, SourceUnit source)

@param nodes the ast nodes

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Method Detail

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.