|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompileUnit | |
| org.codehaus.groovy.ast | |
| org.codehaus.groovy.classgen | |
| org.codehaus.groovy.control | |
| Uses of CompileUnit in org.codehaus.groovy.ast |
| Methods in org.codehaus.groovy.ast that return CompileUnit | |
CompileUnit |
ModuleNode.getUnit()
|
CompileUnit |
ClassNode.getCompileUnit()
|
| Constructors in org.codehaus.groovy.ast with parameters of type CompileUnit | |
ModuleNode(CompileUnit unit)
|
|
| Uses of CompileUnit in org.codehaus.groovy.classgen |
| Methods in org.codehaus.groovy.classgen that return CompileUnit | |
CompileUnit |
GeneratorContext.getCompileUnit()
|
protected CompileUnit |
DummyClassGenerator.getCompileUnit()
|
protected CompileUnit |
AsmClassGenerator.getCompileUnit()
|
| Constructors in org.codehaus.groovy.classgen with parameters of type CompileUnit | |
GeneratorContext(CompileUnit compileUnit)
|
|
| Uses of CompileUnit in org.codehaus.groovy.control |
| Fields in org.codehaus.groovy.control declared as CompileUnit | |
protected CompileUnit |
CompilationUnit.ast
|
| Methods in org.codehaus.groovy.control that return CompileUnit | |
CompileUnit |
CompilationUnit.getAST()
Returns the CompileUnit that roots our AST. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||