public class GeneratorContext
extends java.lang.Object
Constructor | Description |
---|---|
GeneratorContext(CompileUnit compileUnit) |
|
GeneratorContext(CompileUnit compileUnit,
int innerClassOffset) |
Modifier and Type | Method | Description |
---|---|---|
CompileUnit |
getCompileUnit() |
|
java.lang.String |
getNextClosureInnerName(ClassNode owner,
ClassNode enclosingClass,
MethodNode enclosingMethod) |
|
int |
getNextInnerClassIdx() |
public GeneratorContext(CompileUnit compileUnit)
public GeneratorContext(CompileUnit compileUnit, int innerClassOffset)
public int getNextInnerClassIdx()
public CompileUnit getCompileUnit()
public java.lang.String getNextClosureInnerName(ClassNode owner, ClassNode enclosingClass, MethodNode enclosingMethod)