Scan the input. Just perform the tokenizing stage. Not for normal use.

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

Syntax

C#
public List<Token> Scan(
	TextReader stream
)
Visual Basic (Declaration)
Public Function Scan ( _
	stream As TextReader _
) As List(Of Token)
Visual C++
public:
List<Token^>^ Scan(
	TextReader^ stream
)

Parameters

stream
Type: System.IO..::.TextReader
a list of tokens, including white space and comments, null at end of input. An empty list is returned for empty equations.

Return Value

Exceptions

See Also