Save This Page
Home » groovy-src-1.6.3 » org.codehaus » groovy » control » [javadoc | source]
org.codehaus.groovy.control
public class: Phases [javadoc | source]
java.lang.Object
   org.codehaus.groovy.control.Phases
Compilation phase identifiers.
Field Summary
public static final  int INITIALIZATION     
public static final  int PARSING     
public static final  int CONVERSION     
public static final  int SEMANTIC_ANALYSIS     
public static final  int CANONICALIZATION     
public static final  int INSTRUCTION_SELECTION     
public static final  int CLASS_GENERATION     
public static final  int OUTPUT     
public static final  int FINALIZATION     
public static final  int ALL     
public static  String[] descriptions     
Method from org.codehaus.groovy.control.Phases Summary:
getDescription
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.control.Phases Detail:
 public static String getDescription(int phase) 
    Returns a description of the specified phase.