Click or drag to resize

RecognizerSharedStatetokenStartCharIndex Field

What character index in the stream did the current token start at? Needed, for example, to get the text for current token. Set at the start of nextToken.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public int tokenStartCharIndex

Field Value

Type: Int32
See Also