|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.hunsicker.jalopy.Jalopy.State
Represents a Jalopy run state. You may want to use Jalopy.getState()
to
query the engine about its current state.
Field Summary | |
static Jalopy.State |
ERROR
Indicates a finished run, that failed. |
static Jalopy.State |
INSPECTED
Indicates a successful inspection phase. |
static Jalopy.State |
OK
Indicates a finished run without any warnings or errors. |
static Jalopy.State |
PARSED
Indicates a successful parse phase. |
static Jalopy.State |
RUNNING
Indicates the running state (no phase yet finished). |
static Jalopy.State |
UNDEFINED
Indicates the undefined state (a run was not yet startet). |
static Jalopy.State |
WARN
Indicates a finished run which produced warnings. |
Method Summary | |
String |
toString()
Returns a string representation of this state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Jalopy.State OK
public static final Jalopy.State WARN
public static final Jalopy.State ERROR
public static final Jalopy.State PARSED
public static final Jalopy.State INSPECTED
public static final Jalopy.State RUNNING
public static final Jalopy.State UNDEFINED
Method Detail |
public String toString()
toString
in class Object
|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |