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$
 
- Author:
 
  - James Strachan
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GeneratorContext
public GeneratorContext(CompileUnit compileUnit)
GeneratorContext
public GeneratorContext(CompileUnit compileUnit,
                        int innerClassOffset)
getNextInnerClassIdx
public int getNextInnerClassIdx()
 
getCompileUnit
public CompileUnit getCompileUnit()
 
getNextClosureInnerName
public String getNextClosureInnerName(ClassNode owner,
                                      ClassNode enclosingClass,
                                      MethodNode enclosingMethod)