|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.groovy.classgen.GeneratorContext
public class GeneratorContext
A context shared across generations of a class and its inner classes
| Constructor Summary | |
|---|---|
GeneratorContext(CompileUnit compileUnit)
|
|
| Method Summary | |
|---|---|
CompileUnit |
getCompileUnit()
|
java.lang.String |
getNextClosureInnerName(ClassNode owner,
ClassNode enclosingClass,
MethodNode enclosingMethod)
|
int |
getNextInnerClassIdx()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneratorContext(CompileUnit compileUnit)
| Method Detail |
|---|
public int getNextInnerClassIdx()
public CompileUnit getCompileUnit()
public java.lang.String getNextClosureInnerName(ClassNode owner,
ClassNode enclosingClass,
MethodNode enclosingMethod)
|
Copyright © 2003-2011 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||