|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jess.Jesp
Parser functionality for Jess.
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
Constructor Summary | |
Jesp(java.io.Reader is,
Rete e)
Construct a Jesp object. |
Method Summary | |
void |
clear()
Flush any partially-parsed information, probably to the next ')'. |
Value |
parse(boolean prompt)
Parses an input file. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Jesp(java.io.Reader is, Rete e)
is
- The Reader from which this Jesp should get its inpute
- The engine that the parsed commands go toMethod Detail |
public Value parse(boolean prompt) throws JessException
prompt
- True if a prompt should be printed.public void clear()
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |