Parses the input from a character stream.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public INode Parse( TextReader reader ) |
| Visual Basic (Declaration) |
|---|
Public Function Parse ( _ reader As TextReader _ ) As INode |
| Visual C++ |
|---|
public: INode^ Parse( TextReader^ reader ) |
Parameters
- reader
- Type: System.IO..::.TextReader
reader the input stream
Return Value
the root node of the parse tree
Exceptions
| Exception | Condition |
|---|---|
| SingularSys.Jep..::.ParseException |