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

Packages that use CompileUnit
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
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.tools Compiler tools  
 

Uses of CompileUnit in groovy.lang
 

Methods in groovy.lang with parameters of type CompileUnit
protected  GroovyClassLoader.ClassCollector GroovyClassLoader.createCollector(org.codehaus.groovy.ast.CompileUnit unit)
           
 

Constructors in groovy.lang with parameters of type CompileUnit
GroovyClassLoader.ClassCollector(groovy.lang.GroovyClassLoader cl, org.codehaus.groovy.ast.CompileUnit unit)
           
 

Uses of CompileUnit in org.codehaus.groovy.ast
 

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

Uses of CompileUnit in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen that return CompileUnit
 org.codehaus.groovy.ast.CompileUnit GeneratorContext.getCompileUnit()
           
 

Constructors in org.codehaus.groovy.classgen with parameters of type CompileUnit
CompilerFacade(ClassLoader classLoader, org.codehaus.groovy.ast.CompileUnit unit)
           
GeneratorContext(org.codehaus.groovy.ast.CompileUnit compileUnit)
           
 

Uses of CompileUnit in org.codehaus.groovy.tools
 

Methods in org.codehaus.groovy.tools with parameters of type CompileUnit
protected  void Compiler.stageThreeCompile(org.codehaus.groovy.ast.CompileUnit unit, org.codehaus.groovy.syntax.parser.CSTNode compilationUnit, org.codehaus.groovy.syntax.lexer.CharStream charStream)
          Compiles the AST
protected  void Compiler.stageFourCompile(List results, org.codehaus.groovy.ast.CompileUnit unit)
           
 



Copyright © 2003 The Codehaus. All Rights Reserved.