Package org.codehaus.groovy.control
Class Phases
java.lang.Object
org.codehaus.groovy.control.Phases
Compilation phase identifiers.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intSynonym for full compilationstatic final intAST completionstatic final intClass generation (pt.2)static final intCST to AST conversionstatic final String[]static final intCleanupstatic final intOpening of files and suchstatic final intClass generation (pt.1)static final intOutput of class to diskstatic final intLexing, parsing, and AST buildingstatic final intAST semantic analysis and elucidation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetDescription(int phase) Returns a description of the specified phase.
- 
Field Details- 
INITIALIZATIONpublic static final int INITIALIZATIONOpening of files and such- See Also:
 
- 
PARSINGpublic static final int PARSINGLexing, parsing, and AST building- See Also:
 
- 
CONVERSIONpublic static final int CONVERSIONCST to AST conversion- See Also:
 
- 
SEMANTIC_ANALYSISpublic static final int SEMANTIC_ANALYSISAST semantic analysis and elucidation- See Also:
 
- 
CANONICALIZATIONpublic static final int CANONICALIZATIONAST completion- See Also:
 
- 
INSTRUCTION_SELECTIONpublic static final int INSTRUCTION_SELECTIONClass generation (pt.1)- See Also:
 
- 
CLASS_GENERATIONpublic static final int CLASS_GENERATIONClass generation (pt.2)- See Also:
 
- 
OUTPUTpublic static final int OUTPUTOutput of class to disk- See Also:
 
- 
FINALIZATIONpublic static final int FINALIZATIONCleanup- See Also:
 
- 
ALLpublic static final int ALLSynonym for full compilation- See Also:
 
- 
descriptions
 
- 
- 
Constructor Details- 
Phasespublic Phases()
 
- 
- 
Method Details- 
getDescriptionReturns a description of the specified phase.
 
-