|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.codehaus.groovy.control | |
|---|---|
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| groovy.text | Contains the text processing utilities including templating APIs and default implementations. |
| groovy.ui | An interactive command line terminal along with a Swing console for evaluating Groovy scripts. |
| groovy.util | Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. |
| org.codehaus.groovy.ant | Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode |
| org.codehaus.groovy.antlr | Parser related classes. |
| 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.control | Compiler control classes. |
| org.codehaus.groovy.control.io | Internal classes for Groovier Input/Output. |
| org.codehaus.groovy.control.messages | Error message classes. |
| org.codehaus.groovy.syntax | Lexer, parser and trees. |
| org.codehaus.groovy.tools | Compiler entry points and miscellaneous development tools. |
| org.codehaus.groovy.tools.javac | Classes related to the joint compiler. |
| Classes in org.codehaus.groovy.control used by groovy.lang | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| CompilationUnit
Collects all compilation data as it is generated by the compiler system. |
|
| CompilationUnit.ClassgenCallback
A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree. |
|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by groovy.text | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| Classes in org.codehaus.groovy.control used by groovy.ui | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by groovy.util | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.ant | |
|---|---|
| CompilationUnit
Collects all compilation data as it is generated by the compiler system. |
|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.antlr | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| ParserPlugin
A simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser |
|
| ParserPluginFactory
A factory of parser plugin instances |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.ast | |
|---|---|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.classgen | |
|---|---|
| CompilationUnit
Collects all compilation data as it is generated by the compiler system. |
|
| ErrorCollector
A base class for collecting messages and errors during processing. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.control | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| CompilationUnit
Collects all compilation data as it is generated by the compiler system. |
|
| CompilationUnit.ClassgenCallback
A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree. |
|
| CompilationUnit.GroovyClassOperation
|
|
| CompilationUnit.PrimaryClassNodeOperation
An callback interface for use in the applyToSourceUnits loop driver. |
|
| CompilationUnit.ProgressCallback
A callback interface you can use to get a callback after every unit of the compile process. |
|
| CompilationUnit.SourceUnitOperation
An callback interface for use in the applyToSourceUnits loop driver. |
|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| ConfigurationException
Thrown when configuration data is invalid. |
|
| ErrorCollector
A base class for collecting messages and errors during processing. |
|
| HasCleanup
An interface for things that need to be cleaned up after operations complete. |
|
| Janitor
An agent that can be used to defer cleanup operations to a later time. |
|
| ParserPlugin
A simple extension point to allow us to switch between the classic Groovy parser and the new Antlr based parser |
|
| ParserPluginFactory
A factory of parser plugin instances |
|
| ProcessingUnit
A base class for data structures that can collect messages and errors during processing. |
|
| ResolveVisitor
Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| StaticImportVisitor
Visitor to resolve constants and method calls from static Imports |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.control.io | |
|---|---|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| HasCleanup
An interface for things that need to be cleaned up after operations complete. |
|
| Janitor
An agent that can be used to defer cleanup operations to a later time. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.control.messages | |
|---|---|
| Janitor
An agent that can be used to defer cleanup operations to a later time. |
|
| ProcessingUnit
A base class for data structures that can collect messages and errors during processing. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.syntax | |
|---|---|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.tools | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| CompilationUnit
Collects all compilation data as it is generated by the compiler system. |
|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| ConfigurationException
Thrown when configuration data is invalid. |
|
| Classes in org.codehaus.groovy.control used by org.codehaus.groovy.tools.javac | |
|---|---|
| CompilationFailedException
Thrown when compilation fails from source errors. |
|
| CompilationUnit
Collects all compilation data as it is generated by the compiler system. |
|
| CompilationUnit.PrimaryClassNodeOperation
An callback interface for use in the applyToSourceUnits loop driver. |
|
| CompilerConfiguration
Compilation control flags and coordination stuff. |
|
| ProcessingUnit
A base class for data structures that can collect messages and errors during processing. |
|
| ResolveVisitor
Visitor to resolve Types and convert VariableExpression to ClassExpressions if needed. |
|
| SourceUnit
Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||