Uses of Package
org.codehaus.groovy.control

Packages that use org.codehaus.groovy.control
org.codehaus.groovy.ast   
org.codehaus.groovy.control   
org.codehaus.groovy.control.io   
org.codehaus.groovy.control.messages   
org.codehaus.groovy.syntax.parser   
org.codehaus.groovy.tools   
 

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



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