Scan next equations from an existing stream. 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()
Visual Basic (Declaration)
Public Function Scan As List(Of Token)
Visual C++
public:
List<Token^>^ Scan()

Return Value

List of tokens, including white space and comments, null at end of input. An empty list is returned for empty equations.

Exceptions

See Also