|
Object-oriented Parser System v3.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectResult
public class Result
result of using parse parse on Input.
| Field Summary | |
|---|---|
boolean |
failed
|
Input |
input
|
Object |
value
|
| Constructor Summary | |
|---|---|
Result(Input input,
String message)
fail. |
|
Result(Object value,
Input input)
succeed. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final boolean failed
public final Object value
public final Input input
| Constructor Detail |
|---|
public Result(Object value,
Input input)
public Result(Input input,
String message)
message - should describe the error, stored as value.| Method Detail |
|---|
public String toString()
toString in class Object
|
(c) 2008 Axel T. Schreiner |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||