Parse a single equation.

Namespace:  SingularSys.Jep.ConfigurableParser
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public INode Parse(
	TextReader stream
)
Visual Basic (Declaration)
Public Function Parse ( _
	stream As TextReader _
) As INode
Visual C++
public:
virtual INode^ Parse(
	TextReader^ stream
) sealed

Parameters

stream
Type: System.IO..::.TextReader
the input stream to read from

Return Value

top node of the expression

Implements

IParser..::.Parse(TextReader)

See Also