Uses of Class
org.codehaus.groovy.control.ProcessingUnit

Packages that use ProcessingUnit
org.codehaus.groovy.control   
org.codehaus.groovy.control.messages   
 

Uses of ProcessingUnit in org.codehaus.groovy.control
 

Subclasses of ProcessingUnit in org.codehaus.groovy.control
 class CompilationUnit
          Collects all compilation data as it is generated by the compiler system.
 class SourceUnit
          Provides an anchor for a single source unit (usually a script file) as it passes through the compiler system.
 

Fields in org.codehaus.groovy.control declared as ProcessingUnit
protected  ProcessingUnit CompilationFailedException.unit
           
 

Methods in org.codehaus.groovy.control that return ProcessingUnit
 ProcessingUnit CompilationFailedException.getUnit()
          Returns the ProcessingUnit in which the error occurred.
 

Methods in org.codehaus.groovy.control with parameters of type ProcessingUnit
abstract  void CompilationUnit.ProgressCallback.call(ProcessingUnit context, int phase)
           
 

Constructors in org.codehaus.groovy.control with parameters of type ProcessingUnit
CompilationFailedException(int phase, ProcessingUnit unit, Throwable cause)
           
CompilationFailedException(int phase, ProcessingUnit unit)
           
 

Uses of ProcessingUnit in org.codehaus.groovy.control.messages
 

Fields in org.codehaus.groovy.control.messages declared as ProcessingUnit
protected  ProcessingUnit SimpleMessage.owner
           
 

Methods in org.codehaus.groovy.control.messages with parameters of type ProcessingUnit
static Message Message.create(String text, ProcessingUnit owner)
          Creates a new Message from the specified text.
static Message Message.create(String text, Object data, ProcessingUnit owner)
          Creates a new Message from the specified text.
 

Constructors in org.codehaus.groovy.control.messages with parameters of type ProcessingUnit
ExceptionMessage(Exception cause, boolean v, ProcessingUnit owner)
           
SimpleMessage(String message, ProcessingUnit source)
           
SimpleMessage(String message, Object data, ProcessingUnit source)
           
 



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