|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD |
java.lang.Objectjava.lang.Enum
groovy.inspect.swingui.CompilePhaseAdapter
enum CompilePhaseAdapter extends Enum
An adapter for the CompilePhase enum that can be entered into a Swing combobox.
Enum Constant Summary | |
---|---|
CANONICALIZATION
|
|
CLASS_GENERATION
|
|
CONVERSION
|
|
FINALIZATION
|
|
INITIALIZATION
An adapter for the CompilePhase enum that can be entered into a Swing combobox. |
|
INSTRUCTION_SELECTION
|
|
OUTPUT
|
|
PARSING
|
|
SEMANTIC_ANALYSIS
|
Property Summary | |
---|---|
int |
phaseId
|
String |
string
|
Constructor Summary | |
CompilePhaseAdapter(def phaseId, def string)
|
Method Summary | |
---|---|
String
|
toString()
|
CompilePhaseAdapter
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
CompilePhaseAdapter[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum | |
---|---|
name, hashCode, compareTo, compareTo, equals, toString, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, 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 |
---|
public CompilePhaseAdapter(def phaseId, def string)
Method Detail |
---|
public String toString()
CompilePhaseAdapter valueOf(String name)
CompilePhaseAdapter[] values()
Copyright © 2003-2009 The Codehaus. All rights reserved.