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 Summary
Fields Modifier and Type Field Description static intALLstatic intCANONICALIZATIONstatic intCLASS_GENERATIONstatic intCONVERSIONstatic java.lang.String[]descriptionsstatic intFINALIZATIONstatic intINITIALIZATIONstatic intINSTRUCTION_SELECTIONstatic intOUTPUTstatic intPARSINGstatic intSEMANTIC_ANALYSIS 
- 
Constructor Summary
Constructors Constructor Description Phases() 
- 
Method Summary
All 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
- 
INITIALIZATION
public static final int INITIALIZATION
- See Also:
 - Constant Field Values
 
 
- 
PARSING
public static final int PARSING
- See Also:
 - Constant Field Values
 
 
- 
CONVERSION
public static final int CONVERSION
- See Also:
 - Constant Field Values
 
 
- 
SEMANTIC_ANALYSIS
public static final int SEMANTIC_ANALYSIS
- See Also:
 - Constant Field Values
 
 
- 
CANONICALIZATION
public static final int CANONICALIZATION
- See Also:
 - Constant Field Values
 
 
- 
INSTRUCTION_SELECTION
public static final int INSTRUCTION_SELECTION
- See Also:
 - Constant Field Values
 
 
- 
CLASS_GENERATION
public static final int CLASS_GENERATION
- See Also:
 - Constant Field Values
 
 
- 
OUTPUT
public static final int OUTPUT
- See Also:
 - Constant Field Values
 
 
- 
FINALIZATION
public static final int FINALIZATION
- See Also:
 - Constant Field Values
 
 
- 
ALL
public static final int ALL
- See Also:
 - Constant Field Values
 
 
- 
descriptions
public static final java.lang.String[] descriptions
 
 - 
 
 -