Uses of Package
org.codehaus.groovy.control

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 in particular the template engine API and default implementation. 
groovy.ui An interactive command line terminal along with a Swing console for evaluating Groovy scripts. 
org.codehaus.groovy.ant Ant tasks for working with Groovy - such as groovyc for compiling Groovy source code to Java bytecode  
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.control.messages   
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
org.codehaus.groovy.tools Compiler entry points and miscellaneous development tools. 
 

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.
 

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 org.codehaus.groovy.ant
CompilerConfiguration
          Compilation control flags and coordination stuff.
 

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.control
CompilationFailedException
          Thrown when compilation fails from source errors.
CompilationUnit.ClassgenCallback
          A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree.
CompilationUnit.LoopBodyForPrimaryClassNodeOperations
          An callback interface for use in the applyToSourceUnits loop driver.
CompilationUnit.LoopBodyForSourceUnitOperations
          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.
CompilerConfiguration
          Compilation control flags and coordination stuff.
ConfigurationException
          Thrown when configuration data is invalid.
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.
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.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.
 

Classes in org.codehaus.groovy.control used by org.codehaus.groovy.syntax.parser
CompilationFailedException
          Thrown when compilation fails from source errors.
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.
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.