[Groovy] Enum CompilePhaseAdapter
- groovy.inspect.swingui.CompilePhaseAdapter
An adapter for the CompilePhase enum that can be entered into a Swing combobox.
- Authors:
- Hamlet D'Arcy
Enum Constants Summary
| Enum constant | Description | 
|---|---|
| CANONICALIZATION | |
| CLASS_GENERATION | |
| CONVERSION | |
| FINALIZATION | |
| INITIALIZATION | |
| INSTRUCTION_SELECTION | |
| OUTPUT | |
| PARSING | |
| SEMANTIC_ANALYSIS | 
Properties Summary
| Type | Name and description | 
|---|---|
| int | phaseId | 
| String | string | 
Constructor Summary
| Constructor and description | 
|---|
| CompilePhaseAdapter
                                (def phaseId, def string) | 
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
| String | toString() | 
Inherited Methods Summary
| Methods inherited from class | Name | 
|---|---|
| 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()
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/inspect/swingui/CompilePhaseAdapter.html