The starting index of this location in the character stream.
Method Detail
getStart
int getStart()
The starting index of this location in the character stream.
getEnd
int getEnd()
The ending index of this location in the character stream
This points to the last character in this token.
If a location truly had no contents, then start == end + 1. We don't recommend this.