tokenStartCharIndex property
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.
Implementation
int tokenStartCharIndex = -1;
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.
int tokenStartCharIndex = -1;