From what character stream was this token created? You don't have to implement but it's nice to know where a Token comes from if you have include files etc... on the input.
The line number on which this token was matched; line=1..n
Get the text of the token
An index from 0..n-1 of the token object in the input stream. This must be valid in order to use the ANTLRWorks debugger.
Generated using TypeDoc
The index of the first character relative to the beginning of the line 0..n-1