The phases of the GroovyCompiler. This is an enum facade on top of the Phases object. In general, prefer using this object over Phases.
Enum constant | Description |
---|---|
CANONICALIZATION |
|
CLASS_GENERATION |
|
CONVERSION |
|
FINALIZATION |
|
INITIALIZATION |
|
INSTRUCTION_SELECTION |
|
OUTPUT |
|
PARSING |
|
SEMANTIC_ANALYSIS |
Modifiers | Name | Description |
---|---|---|
static CompilePhase[] |
phases |
The phases of the GroovyCompiler. |
Type | Name and description |
---|---|
static CompilePhase |
fromPhaseNumber(int phaseNumber) Returns the CompilePhase for the given integer phase number. |
int |
getPhaseNumber() Returns the underlieng integer Phase number. |
The phases of the GroovyCompiler. This is an enum facade on top of the Phases object. In general, prefer using this object over Phases.
Returns the CompilePhase for the given integer phase number.
phaseNumber
- the phase numberReturns the underlieng integer Phase number.
Copyright © 2003-2014 The Codehaus. All rights reserved.