org.codehaus.groovy.classgen
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
- Version:
- $Revision: 1.2 $
- Author:
- James Strachan
Constructor Summary |
GeneratorContext(org.codehaus.groovy.ast.CompileUnit compileUnit)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorContext
public GeneratorContext(org.codehaus.groovy.ast.CompileUnit compileUnit)
getNextInnerClassIdx
public int getNextInnerClassIdx()
getCompileUnit
public org.codehaus.groovy.ast.CompileUnit getCompileUnit()
Copyright © 2003 The Codehaus. All Rights Reserved.