|
Groovy 1.8.3 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTSFIELD | METHOD |
java.lang.Objectjava.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.
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 |
Field Detail |
---|
public static CompilePhase[] phases
Method Detail |
---|
public static CompilePhase fromPhaseNumber(int phaseNumber)
phaseNumber
- the phase number
public int getPhaseNumber()
Copyright © 2003-2011 The Codehaus. All rights reserved.