charPositionInLine property

int charPositionInLine
inherited

The index of the first character of this token relative to the beginning of the line at which it occurs, 0..n-1

Implementation

int get charPositionInLine;
void charPositionInLine=(int pos)

Implementation

set charPositionInLine(int pos);