Uses of Class
org.codehaus.groovy.ast.CompileUnit

Packages that use CompileUnit
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.control Compiler control classes. 
 

Uses of CompileUnit in org.codehaus.groovy.ast
 

Fields in org.codehaus.groovy.ast declared as CompileUnit
private  CompileUnit ClassNode.compileUnit
           
private  CompileUnit ModuleNode.unit
           
 

Methods in org.codehaus.groovy.ast that return CompileUnit
 CompileUnit ClassNode.getCompileUnit()
           
 CompileUnit ModuleNode.getUnit()
           
 

Methods in org.codehaus.groovy.ast with parameters of type CompileUnit
protected  void ClassNode.setCompileUnit(CompileUnit cu)
           
(package private)  void ModuleNode.setUnit(CompileUnit unit)
           
 

Constructors in org.codehaus.groovy.ast with parameters of type CompileUnit
ModuleNode(CompileUnit unit)
           
 

Uses of CompileUnit in org.codehaus.groovy.classgen
 

Fields in org.codehaus.groovy.classgen declared as CompileUnit
private  CompileUnit GeneratorContext.compileUnit
           
 

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.
 



Copyright © ${year} The Codehaus. All Rights Reserved.