Package org.codehaus.groovy.control
Class Phases
- java.lang.Object
- 
- org.codehaus.groovy.control.Phases
 
- 
 public class Phases extends java.lang.ObjectCompilation phase identifiers.
- 
- 
Field SummaryFields Modifier and Type Field Description static intALLstatic intCANONICALIZATIONstatic intCLASS_GENERATIONstatic intCONVERSIONstatic java.lang.String[]descriptionsstatic intFINALIZATIONstatic intINITIALIZATIONstatic intINSTRUCTION_SELECTIONstatic intOUTPUTstatic intPARSINGstatic intSEMANTIC_ANALYSIS
 - 
Constructor SummaryConstructors Constructor Description Phases()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetDescription(int phase)Returns a description of the specified phase.
 
- 
- 
- 
Field Detail- 
INITIALIZATIONpublic static final int INITIALIZATION - See Also:
- Constant Field Values
 
 - 
PARSINGpublic static final int PARSING - See Also:
- Constant Field Values
 
 - 
CONVERSIONpublic static final int CONVERSION - See Also:
- Constant Field Values
 
 - 
SEMANTIC_ANALYSISpublic static final int SEMANTIC_ANALYSIS - See Also:
- Constant Field Values
 
 - 
CANONICALIZATIONpublic static final int CANONICALIZATION - See Also:
- Constant Field Values
 
 - 
INSTRUCTION_SELECTIONpublic static final int INSTRUCTION_SELECTION - See Also:
- Constant Field Values
 
 - 
CLASS_GENERATIONpublic static final int CLASS_GENERATION - See Also:
- Constant Field Values
 
 - 
OUTPUTpublic static final int OUTPUT - See Also:
- Constant Field Values
 
 - 
FINALIZATIONpublic static final int FINALIZATION - See Also:
- Constant Field Values
 
 - 
ALLpublic static final int ALL - See Also:
- Constant Field Values
 
 - 
descriptionspublic static final java.lang.String[] descriptions 
 
- 
 
-