Scans the input, breaking it down into tokens. Returns null if attempts to read past end of the file

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

the list of tokens that the input was broken down into

Exceptions

See Also