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.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
org.codehaus.groovy.antlr   
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   
org.codehaus.groovy.control.io   
org.codehaus.groovy.control.messages   
org.codehaus.groovy.syntax Lexer, parser and trees. 
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.
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.util
CompilationFailedException
          Thrown when compilation fails from source errors.
 

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
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.
 

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.
CompilerConfiguration
          Compilation control flags and coordination stuff.
ConfigurationException
          Thrown when configuration data is invalid.
 



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