This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

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

Syntax

C#
public string[] tokenImage
Visual Basic (Declaration)
Public tokenImage As String()
Visual C++
public:
array<String^>^ tokenImage

See Also