Compilation phase identifiers.
| Modifiers | Name | Description | 
|---|---|---|
static int  | 
                            ALL | 
                            |
static int  | 
                            CANONICALIZATION | 
                            |
static int  | 
                            CLASS_GENERATION | 
                            |
static int  | 
                            CONVERSION | 
                            |
static int  | 
                            FINALIZATION | 
                            |
static int  | 
                            INITIALIZATION | 
                            |
static int  | 
                            INSTRUCTION_SELECTION | 
                            |
static int  | 
                            OUTPUT | 
                            |
static int  | 
                            PARSING | 
                            |
static int  | 
                            SEMANTIC_ANALYSIS | 
                            |
static String[]  | 
                            descriptions | 
                            
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            static String | 
                            getDescription(int phase)Returns a description of the specified phase.  | 
                        
Returns a description of the specified phase.