|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parser
Method Summary | |
---|---|
Node |
continueParse()
Read the next equation from the stream. |
void |
init(Jep jep)
Initialize the component. |
Node |
parse(java.io.Reader stream)
Parse a single equation from a stream |
void |
restart(java.io.Reader stream)
Restart the parser for reentrant parsing of multiple equations. |
Method Detail |
---|
void init(Jep jep)
JepComponent
init
in interface JepComponent
jep
- the current Jep instanceNode parse(java.io.Reader stream) throws ParseException
stream
-
ParseException
void restart(java.io.Reader stream)
stream
- Node continueParse() throws ParseException
ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |