Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

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

Syntax

C#
public int[][] expectedTokenSequences
Visual Basic (Declaration)
Public expectedTokenSequences As Integer()()
Visual C++
public:
array<array<int>^>^ expectedTokenSequences

See Also