org.codehaus.groovy.transform
Class LazyASTTransformation
java.lang.Object
org.codehaus.groovy.transform.LazyASTTransformation
- All Implemented Interfaces:
- ASTTransformation
@GroovyASTTransformation(phase= CompilePhase.CANONICALIZATION)
class LazyASTTransformation
extends Object
Handles generation of code for the @Lazy annotation
- author:
- Alex Tkachman
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
SOFT_REF
static final ClassNode SOFT_REF
-
LazyASTTransformation
LazyASTTransformation()
-
visit
public void visit(ASTNode[] nodes, SourceUnit source)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.