|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.isi.powerloom.gui.parser.ParseResult
Encapsulates result of parse: list of productions if successful, List of exceptions if failure
Field Summary | |
java.util.List |
firedProductions
|
boolean |
isSuccess
|
java.util.List |
parseExceptions
|
Constructor Summary | |
ParseResult()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean isSuccess
public java.util.List firedProductions
public java.util.List parseExceptions
Constructor Detail |
public ParseResult()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |