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   
 

Uses of CompileUnit in org.codehaus.groovy.ast
 

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)
           
 

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 AsmClassGenerator.getCompileUnit()
           
protected  CompileUnit DummyClassGenerator.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 © 2003-2008 The Codehaus. All Rights Reserved.