Optional
value: stringReadonly
columnThe 1-indexed column number at which this Token begins.
Readonly
endThe character offset at which this Node ends.
Readonly
kindThe kind of Token.
Readonly
lineThe 1-indexed line number on which this Token appears.
Readonly
nextReadonly
prevTokens exist as nodes in a double-linked-list amongst all tokens
including ignored tokens.
Readonly
startThe character offset at which this Node begins.
Readonly
valueFor non-punctuation tokens, represents the interpreted value of the token.
Represents a range of characters represented by a lexical token within a Source.