|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of CompileUnit in groovy.lang |
Methods in groovy.lang with parameters of type CompileUnit | |
protected GroovyClassLoader.ClassCollector |
GroovyClassLoader.createCollector(CompileUnit unit)
|
Constructors in groovy.lang with parameters of type CompileUnit | |
GroovyClassLoader.ClassCollector(GroovyClassLoader cl,
CompileUnit unit)
|
Uses of CompileUnit in org.codehaus.groovy.ast |
Methods in org.codehaus.groovy.ast that return CompileUnit | |
CompileUnit |
ClassNode.getCompileUnit()
|
CompileUnit |
ModuleNode.getUnit()
|
Uses of CompileUnit in org.codehaus.groovy.classgen |
Methods in org.codehaus.groovy.classgen that return CompileUnit | |
protected CompileUnit |
ClassGenerator.getCompileUnit()
|
CompileUnit |
GeneratorContext.getCompileUnit()
|
Constructors in org.codehaus.groovy.classgen with parameters of type CompileUnit | |
CompilerFacade(java.lang.ClassLoader classLoader,
CompileUnit unit)
|
|
GeneratorContext(CompileUnit compileUnit)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |