org.codehaus.groovy.classgen
[Java] Class GeneratorContext
java.lang.Object
org.codehaus.groovy.classgen.GeneratorContext
public class GeneratorContext
extends Object
A context shared across generations of a class and its inner classes
- Authors:
- James Strachan
- Version:
- \$Revision: 21155 \$
GeneratorContext
public GeneratorContext(CompileUnit compileUnit)
-
getCompileUnit
public CompileUnit getCompileUnit()
-
getNextClosureInnerName
public String getNextClosureInnerName(ClassNode owner, ClassNode enclosingClass, MethodNode enclosingMethod)
-
getNextInnerClassIdx
public int getNextInnerClassIdx()
-
Copyright © 2003-2010 The Codehaus. All rights reserved.