|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilerConfiguration | |
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.control | |
org.codehaus.groovy.control.io | |
org.codehaus.groovy.tools | Compiler entry points and miscellaneous development tools. |
Uses of CompilerConfiguration in groovy.lang |
Constructors in groovy.lang with parameters of type CompilerConfiguration | |
GroovyShell(CompilerConfiguration config)
|
|
GroovyShell(Binding binding,
CompilerConfiguration config)
|
|
GroovyShell(ClassLoader parent,
Binding binding,
CompilerConfiguration config)
|
|
GroovyClassLoader(ClassLoader loader,
CompilerConfiguration config)
creates a GroovyClassLoader using the given ClassLoader as parent. |
Uses of CompilerConfiguration in org.codehaus.groovy.ast |
Methods in org.codehaus.groovy.ast that return CompilerConfiguration | |
CompilerConfiguration |
CompileUnit.getConfig()
|
Constructors in org.codehaus.groovy.ast with parameters of type CompilerConfiguration | |
CompileUnit(GroovyClassLoader classLoader,
CompilerConfiguration config)
|
|
CompileUnit(GroovyClassLoader classLoader,
CodeSource codeSource,
CompilerConfiguration config)
|
Uses of CompilerConfiguration in org.codehaus.groovy.control |
Fields in org.codehaus.groovy.control declared as CompilerConfiguration | |
static CompilerConfiguration |
CompilerConfiguration.DEFAULT
|
protected CompilerConfiguration |
ErrorCollector.configuration
Configuration and other settings that control processing |
protected CompilerConfiguration |
ProcessingUnit.configuration
Configuration and other settings that control processing |
Methods in org.codehaus.groovy.control that return CompilerConfiguration | |
CompilerConfiguration |
ProcessingUnit.getConfiguration()
|
Methods in org.codehaus.groovy.control with parameters of type CompilerConfiguration | |
void |
ProcessingUnit.configure(CompilerConfiguration configuration)
Reconfigures the ProcessingUnit. |
void |
ProcessingUnit.setConfiguration(CompilerConfiguration configuration)
|
void |
CompilationUnit.configure(CompilerConfiguration configuration)
Configures its debugging mode and classloader classpath from a given compiler configuration. |
Constructors in org.codehaus.groovy.control with parameters of type CompilerConfiguration | |
ErrorCollector(CompilerConfiguration configuration)
Initialize the ErrorReporter. |
|
ProcessingUnit(CompilerConfiguration configuration,
GroovyClassLoader classLoader,
ErrorCollector er)
Initialize the ProcessingUnit to the empty state. |
|
CompilationUnit(CompilerConfiguration configuration)
Initializes the CompilationUnit with no security considerations. |
|
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. |
Uses of CompilerConfiguration in org.codehaus.groovy.control.io |
Fields in org.codehaus.groovy.control.io declared as CompilerConfiguration | |
protected CompilerConfiguration |
AbstractReaderSource.configuration
|
Constructors in org.codehaus.groovy.control.io with parameters of type CompilerConfiguration | |
AbstractReaderSource(CompilerConfiguration configuration)
Standard construction stuff. |
|
FileReaderSource(File file,
CompilerConfiguration configuration)
Creates the ReaderSource from a File descriptor. |
|
FileReaderSource(String path,
CompilerConfiguration configuration)
Creates the ReaderSource from a file path. |
|
URLReaderSource(URL url,
CompilerConfiguration configuration)
Creates the ReaderSource from a File descriptor. |
|
StringReaderSource(String string,
CompilerConfiguration configuration)
Creates the ReaderSource from a File descriptor. |
|
InputStreamReaderSource(InputStream stream,
CompilerConfiguration configuration)
Creates the ReaderSource from a File descriptor. |
Uses of CompilerConfiguration in org.codehaus.groovy.tools |
Constructors in org.codehaus.groovy.tools with parameters of type CompilerConfiguration | |
FileSystemCompiler(CompilerConfiguration configuration)
|
|
Compiler(CompilerConfiguration configuration)
Initializes the Compiler with the specified configuration. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |