The IParser type exposes the following members.

Methods

  Name Description
ContinueParse
Read the next equation from the stream. By default empty expressions should be silently ignored.
GetLightWeightInstance
Gets a light-weight instance suitable for using in multiple threads.
(Inherited from IJepComponent.)
Init
Initialize the component. This methods is called whenever a component is added to Jep. Hence it allows components to keep track of the other components they may rely on.
(Inherited from IJepComponent.)
Parse
Parse a single equation from a stream
Restart
Restart the parser for reentrant parsing of multiple equations.

See Also