|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum org.codehaus.groovy.control.CompilePhase
public enum CompilePhase extends Enum
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 Summary | |
---|---|
CANONICALIZATION
|
|
CLASS_GENERATION
|
|
CONVERSION
|
|
FINALIZATION
|
|
INITIALIZATION
|
|
INSTRUCTION_SELECTION
|
|
OUTPUT
|
|
PARSING
|
|
SEMANTIC_ANALYSIS
|
Field Summary | |
---|---|
static CompilePhase[] |
phases
The phases of the GroovyCompiler. |
Method Summary | |
---|---|
static CompilePhase
|
fromPhaseNumber(int phaseNumber)
Returns the CompilePhase for the given integer phase number. |
int
|
getPhaseNumber()
Returns the underlieng integer Phase number. |
Methods inherited from class Enum | |
---|---|
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
CompilePhase CANONICALIZATION
CompilePhase CLASS_GENERATION
CompilePhase CONVERSION
CompilePhase FINALIZATION
CompilePhase INITIALIZATION
CompilePhase INSTRUCTION_SELECTION
CompilePhase OUTPUT
CompilePhase PARSING
CompilePhase SEMANTIC_ANALYSIS
Field Detail |
---|
public static CompilePhase[] phases
Method Detail |
---|
public static CompilePhase fromPhaseNumber(int phaseNumber)
phaseNumber
- the phase number
public int getPhaseNumber()
Copyright © 2003-2013 The Codehaus. All rights reserved.