|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectescjava.Status
Field Summary | |
static int |
CHILDERROR
|
static int |
ILLEGAL
|
static int |
NOTPROCESSED
|
static int |
PARSED_CAUTION
|
static int |
PARSED_ERROR
|
static int |
PARSED_OK
|
static int |
PARSING_COMPLETE
|
static int |
RESOLVED_CAUTION
|
static int |
RESOLVED_COMPLETE
|
static int |
RESOLVED_ERROR
|
static int |
RESOLVED_OK
|
static int |
STATICCHECKED_CAUTION
|
static int |
STATICCHECKED_ERROR
|
static int |
STATICCHECKED_OK
|
static int |
STATICCHECKED_PASSEDIMMED
|
static int |
STATICCHECKED_TIMEOUT
|
static int |
TYPECHECK_COMPLETE
|
static int |
TYPECHECKED_CAUTION
|
static int |
TYPECHECKED_ERROR
|
static int |
TYPECHECKED_OK
|
static int |
TYPECHECKED_WAITING
|
Constructor Summary | |
Status()
|
Method Summary | |
static boolean |
checkComplete(int s)
|
static boolean |
isError(int s)
|
static boolean |
isOK(int s)
|
static boolean |
parsingComplete(int s)
|
static boolean |
resolved(int s)
|
static java.awt.Color |
toColor(int status)
|
static java.lang.String |
toString(int status)
|
static boolean |
typecheckComplete(int s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ILLEGAL
public static final int NOTPROCESSED
public static final int RESOLVED_OK
public static final int RESOLVED_CAUTION
public static final int RESOLVED_ERROR
public static final int RESOLVED_COMPLETE
public static final int PARSED_OK
public static final int PARSED_CAUTION
public static final int PARSED_ERROR
public static final int PARSING_COMPLETE
public static final int TYPECHECKED_ERROR
public static final int TYPECHECKED_CAUTION
public static final int TYPECHECKED_WAITING
public static final int TYPECHECKED_OK
public static final int TYPECHECK_COMPLETE
public static final int STATICCHECKED_ERROR
public static final int STATICCHECKED_CAUTION
public static final int STATICCHECKED_OK
public static final int STATICCHECKED_PASSEDIMMED
public static final int STATICCHECKED_TIMEOUT
public static final int CHILDERROR
Constructor Detail |
public Status()
Method Detail |
public static boolean isOK(int s)
public static boolean isError(int s)
public static final boolean checkComplete(int s)
public static final boolean typecheckComplete(int s)
public static final boolean parsingComplete(int s)
public static final boolean resolved(int s)
public static java.lang.String toString(int status)
public static java.awt.Color toColor(int status)
|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |