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)
           
 
Method Summary
 org.codehaus.groovy.ast.CompileUnit getCompileUnit()
           
 int getNextInnerClassIdx()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorContext

public GeneratorContext(org.codehaus.groovy.ast.CompileUnit compileUnit)
Method Detail

getNextInnerClassIdx

public int getNextInnerClassIdx()

getCompileUnit

public org.codehaus.groovy.ast.CompileUnit getCompileUnit()


Copyright © 2003 The Codehaus. All Rights Reserved.