This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token.

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

Syntax

C#
public Token currentToken
Visual Basic (Declaration)
Public currentToken As Token
Visual C++
public:
Token^ currentToken

See Also