|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum
org.codehaus.groovy.control.CompilePhase
enum CompilePhase extends Enum
Enum Constant Summary | |
---|---|
CANONICALIZATION
|
|
CLASS_GENERATION
|
|
CONVERSION
|
|
FINALIZATION
|
|
INITIALIZATION
|
|
INSTRUCTION_SELECTION
|
|
OUTPUT
|
|
PARSING
|
|
SEMANTIC_ANALYSIS
|
Field Summary | |
---|---|
int |
phaseNumber
|
static CompilePhase[] |
phases
|
Method Summary | |
---|---|
def
|
CompilePhase(int phaseNumber)
|
int
|
getPhaseNumber()
|
CompilePhase
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
CompilePhase[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum | |
---|---|
name, hashCode, compareTo, compareTo, equals, toString, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, 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 |
---|
int phaseNumber
static CompilePhase[] phases
Method Detail |
---|
public def CompilePhase(int phaseNumber)
public int getPhaseNumber()
CompilePhase valueOf(String name)
CompilePhase[] values()
Copyright © 2003-2009 The Codehaus. All rights reserved.