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
Syntaxpublic int tokenStartCharIndex
Public tokenStartCharIndex As Integer
Field Value
Type:
Int32
See Also