|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilationUnit | |
|---|---|
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| org.codehaus.groovy.control | |
| Uses of CompilationUnit in groovy.lang |
|---|
| Methods in groovy.lang that return CompilationUnit | |
|---|---|
protected CompilationUnit |
GroovyClassLoader.createCompilationUnit(CompilerConfiguration config,
CodeSource source)
creates a new CompilationUnit. |
| Methods in groovy.lang with parameters of type CompilationUnit | |
|---|---|
protected GroovyClassLoader.ClassCollector |
GroovyClassLoader.createCollector(CompilationUnit unit,
SourceUnit su)
creates a ClassCollector for a new compilation. |
| Constructors in groovy.lang with parameters of type CompilationUnit | |
|---|---|
GroovyClassLoader.ClassCollector(GroovyClassLoader.InnerLoader cl,
CompilationUnit unit,
SourceUnit su)
|
|
| Uses of CompilationUnit in org.codehaus.groovy.control |
|---|
| Constructors in org.codehaus.groovy.control with parameters of type CompilationUnit | |
|---|---|
ResolveVisitor(CompilationUnit cu)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||