org.codehaus.groovy.classgen
Class GeneratorContext

java.lang.Object
  extended byorg.codehaus.groovy.classgen.GeneratorContext

public class GeneratorContext
extends java.lang.Object

A context shared across generations of a class and its inner classes

Version:
$Revision: 1.2 $
Author:
James Strachan

Constructor Summary
GeneratorContext(CompileUnit compileUnit)
           
 
Method Summary
 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(CompileUnit compileUnit)
Method Detail

getNextInnerClassIdx

public int getNextInnerClassIdx()

getCompileUnit

public CompileUnit getCompileUnit()


Copyright © 2003-2004 The Codehaus. All Rights Reserved.