org.codehaus.groovy.control
[Java] Enum CompilePhase
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.
- Authors:
- Hamlet D'Arcy
Method Summary |
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 |
phases
public static CompilePhase[] phases
- The phases of the GroovyCompiler. This is an enum facade on top of the
Phases object. In general, prefer using this object over Phases.
- Authors:
- Hamlet D'Arcy
getPhaseNumber
public int getPhaseNumber()
- Returns the underlieng integer Phase number.
Copyright © 2003-2010 The Codehaus. All rights reserved.