public interface Parser extends JepComponent
| Modifier and Type | Method and Description |
|---|---|
Node |
continueParse()
Read the next equation from the stream.
|
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.
|
getLightWeightInstance, initNode parse(java.io.Reader stream) throws ParseException
stream - input readerParseException - on syntax/gramatical error in inputvoid restart(java.io.Reader stream)
stream - input streamNode continueParse() throws ParseException
ParseException - on syntax/gramatical error in inputCopyright © 2018 Singular Systems http://www.singularsys.com/jep