public class Phases extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | ALL | 
| static int | CANONICALIZATION | 
| static int | CLASS_GENERATION | 
| static int | CONVERSION | 
| static String[] | descriptions | 
| static int | FINALIZATION | 
| static int | INITIALIZATION | 
| static int | INSTRUCTION_SELECTION | 
| static int | OUTPUT | 
| static int | PARSING | 
| static int | SEMANTIC_ANALYSIS | 
| Constructor and Description | 
|---|
| Phases() | 
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
public static String getDescription(int phase)