Groovy 2.2.0

groovy.inspect.swingui
[Groovy] Enum CompilePhaseAdapter

java.lang.Object
  groovy.inspect.swingui.CompilePhaseAdapter

enum CompilePhaseAdapter

An adapter for the CompilePhase enum that can be entered into a Swing combobox.

Authors:
Hamlet D'Arcy


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

CANONICALIZATION

CompilePhaseAdapter CANONICALIZATION


CLASS_GENERATION

CompilePhaseAdapter CLASS_GENERATION


CONVERSION

CompilePhaseAdapter CONVERSION


FINALIZATION

CompilePhaseAdapter FINALIZATION


INITIALIZATION

CompilePhaseAdapter INITIALIZATION


INSTRUCTION_SELECTION

CompilePhaseAdapter INSTRUCTION_SELECTION


OUTPUT

CompilePhaseAdapter OUTPUT


PARSING

CompilePhaseAdapter PARSING


SEMANTIC_ANALYSIS

CompilePhaseAdapter SEMANTIC_ANALYSIS


 
Property Detail

phaseId

final int phaseId


string

final String string


 
Constructor Detail

CompilePhaseAdapter

CompilePhaseAdapter(def phaseId, def string)


 
Method Detail

toString

String toString()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.