|
|||||||||
| 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. |
| Methods inherited from interface com.singularsys.jep.JepComponent |
|---|
getLightWeightInstance |
| Method Detail |
|---|
void init(Jep jep)
JepComponent
init in interface JepComponentjep - the current Jep instance
Node parse(java.io.Reader stream)
throws ParseException
stream -
ParseExceptionvoid 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 | ||||||||