|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingUnit | |
---|---|
org.codehaus.groovy.control | Compiler control classes. |
org.codehaus.groovy.control.messages | Error message classes. |
org.codehaus.groovy.tools.javac | Classes related to the joint compiler. |
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)
|
|
CompilationFailedException(int phase,
ProcessingUnit unit,
java.lang.Throwable cause)
|
Uses of ProcessingUnit in org.codehaus.groovy.control.messages |
---|
Fields in org.codehaus.groovy.control.messages declared as ProcessingUnit | |
---|---|
(package private) ProcessingUnit |
ExceptionMessage.owner
|
protected ProcessingUnit |
SimpleMessage.owner
|
Methods in org.codehaus.groovy.control.messages with parameters of type ProcessingUnit | |
---|---|
static Message |
Message.create(java.lang.String text,
java.lang.Object data,
ProcessingUnit owner)
Creates a new Message from the specified text. |
static Message |
Message.create(java.lang.String text,
ProcessingUnit owner)
Creates a new Message from the specified text. |
Constructors in org.codehaus.groovy.control.messages with parameters of type ProcessingUnit | |
---|---|
ExceptionMessage(java.lang.Exception cause,
boolean v,
ProcessingUnit owner)
|
|
SimpleMessage(java.lang.String message,
java.lang.Object data,
ProcessingUnit source)
|
|
SimpleMessage(java.lang.String message,
ProcessingUnit source)
|
Uses of ProcessingUnit in org.codehaus.groovy.tools.javac |
---|
Subclasses of ProcessingUnit in org.codehaus.groovy.tools.javac | |
---|---|
class |
JavaAwareCompilationUnit
Created by IntelliJ IDEA. |
class |
JavaStubCompilationUnit
Compilation unit to only generate Java stubs for Groovy sources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |