|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.control.Phases
class Phases extends Object
Compilation phase identifiers.
Field Summary | |
---|---|
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
|
Constructor Summary | |
Phases()
|
Method Summary | |
---|---|
static String
|
getDescription(int phase)
Returns a description of the specified phase. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static final int ALL
static final int CANONICALIZATION
static final int CLASS_GENERATION
static final int CONVERSION
static final int FINALIZATION
static final int INITIALIZATION
static final int INSTRUCTION_SELECTION
static final int OUTPUT
static final int PARSING
static final int SEMANTIC_ANALYSIS
static String[] descriptions
Constructor Detail |
---|
Phases()
Method Detail |
---|
public static String getDescription(int phase)
Copyright © 2003-2009 The Codehaus. All rights reserved.