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