org.codehaus.groovy.control
public class: Phases [javadoc |
source]
java.lang.Object
org.codehaus.groovy.control.Phases
Compilation phase identifiers.
- author:
< - a href="mailto:cpoirier@dreaming.org">Chris Poirier
- version:
$ - Id: Phases.java 10493 2008-01-19 10:23:02Z russel $
| 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 |
| Method from org.codehaus.groovy.control.Phases Detail: |
public static String getDescription(int phase) {
return descriptions[phase];
}
Returns a description of the specified phase. |