|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD |
java.lang.Object groovy.inspect.swingui.CompilePhaseAdapter
enum CompilePhaseAdapter
An adapter for the CompilePhase enum that can be entered into a Swing combobox.
Enum Constant Summary | |
---|---|
CANONICALIZATION
|
|
CLASS_GENERATION
|
|
CONVERSION
|
|
FINALIZATION
|
|
INITIALIZATION
|
|
INSTRUCTION_SELECTION
|
|
OUTPUT
|
|
PARSING
|
|
SEMANTIC_ANALYSIS
|
Property Summary | |
---|---|
int |
phaseId
|
String |
string
|
Constructor Summary | |
CompilePhaseAdapter(def phaseId, def string)
|
Method Summary | |
---|---|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
CompilePhaseAdapter CANONICALIZATION
CompilePhaseAdapter CLASS_GENERATION
CompilePhaseAdapter CONVERSION
CompilePhaseAdapter FINALIZATION
CompilePhaseAdapter INITIALIZATION
CompilePhaseAdapter INSTRUCTION_SELECTION
CompilePhaseAdapter OUTPUT
CompilePhaseAdapter PARSING
CompilePhaseAdapter SEMANTIC_ANALYSIS
Property Detail |
---|
final int phaseId
final String string
Constructor Detail |
---|
CompilePhaseAdapter(def phaseId, def string)
Method Detail |
---|
String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.