TokenStructure.this
Constructs a token from a token type.
Parameters
type | the token type |
Constructs a token.
Parameters
type | the token type |
text | the text of the token, which may be null |
line | the line number at which this token occurs, 1-based |
column | the column number at which this token occurs, 1-based |
index | the byte offset from the beginning of the input at which this token occurs, 0-based |