tokenStartCharIndex property

int tokenStartCharIndex
getter/setter pair

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;