Groovy 1.7.5

org.codehaus.groovy.control
[Java] Enum CompilePhase

java.lang.Object
  java.lang.Enum
      org.codehaus.groovy.control.CompilePhase

public enum CompilePhase
extends Enum

Field Summary
static CompilePhase[] phases

 
Method Summary
int getPhaseNumber()

 
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
 

Field Detail

phases

public static CompilePhase[] phases


 
Method Detail

getPhaseNumber

public int getPhaseNumber()


 

Copyright © 2003-2010 The Codehaus. All rights reserved.