|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyClassLoader | |
groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
groovy.util | Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. |
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
org.codehaus.groovy.control |
Uses of GroovyClassLoader in groovy.lang |
Constructors in groovy.lang with parameters of type GroovyClassLoader | |
GroovyClassLoader.ClassCollector(GroovyClassLoader cl,
CompilationUnit unit,
SourceUnit su)
|
|
GroovyClassLoader(GroovyClassLoader parent)
creates a GroovyClassLoader using the given GroovyClassLoader as parent. |
Uses of GroovyClassLoader in groovy.util |
Fields in groovy.util declared as GroovyClassLoader | |
protected GroovyClassLoader |
GroovyTestSuite.loader
|
Uses of GroovyClassLoader in org.codehaus.groovy.ast |
Methods in org.codehaus.groovy.ast that return GroovyClassLoader | |
GroovyClassLoader |
CompileUnit.getClassLoader()
|
Constructors in org.codehaus.groovy.ast with parameters of type GroovyClassLoader | |
CompileUnit(GroovyClassLoader classLoader,
CompilerConfiguration config)
|
|
CompileUnit(GroovyClassLoader classLoader,
CodeSource codeSource,
CompilerConfiguration config)
|
Uses of GroovyClassLoader in org.codehaus.groovy.control |
Fields in org.codehaus.groovy.control declared as GroovyClassLoader | |
protected GroovyClassLoader |
ProcessingUnit.classLoader
The ClassLoader to use during processing |
Methods in org.codehaus.groovy.control that return GroovyClassLoader | |
GroovyClassLoader |
ProcessingUnit.getClassLoader()
Returns the class loader in use by this ProcessingUnit. |
Methods in org.codehaus.groovy.control with parameters of type GroovyClassLoader | |
void |
ProcessingUnit.setClassLoader(GroovyClassLoader loader)
Sets the class loader for use by this ProcessingUnit. |
Constructors in org.codehaus.groovy.control with parameters of type GroovyClassLoader | |
ProcessingUnit(CompilerConfiguration configuration,
GroovyClassLoader classLoader,
ErrorCollector er)
Initialize the ProcessingUnit to the empty state. |
|
CompilationUnit(GroovyClassLoader loader)
Initializes the CompilationUnit with defaults except for class loader. |
|
CompilationUnit(CompilerConfiguration configuration,
CodeSource security,
GroovyClassLoader loader)
Initializes the CompilationUnit with a CodeSource for controlling security stuff and a class loader for loading classes. |
|
SourceUnit(String name,
ReaderSource source,
CompilerConfiguration flags,
GroovyClassLoader loader,
ErrorCollector er)
Initializes the SourceUnit from existing machinery. |
|
SourceUnit(File source,
CompilerConfiguration configuration,
GroovyClassLoader loader,
ErrorCollector er)
Initializes the SourceUnit from the specified file. |
|
SourceUnit(URL source,
CompilerConfiguration configuration,
GroovyClassLoader loader,
ErrorCollector er)
Initializes the SourceUnit from the specified URL. |
|
SourceUnit(String name,
String source,
CompilerConfiguration configuration,
GroovyClassLoader loader,
ErrorCollector er)
Initializes the SourceUnit for a string of source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |