Token represents a single token in the source code.
Instance methods
number?
Returns true if this token is a number literal.
Sourcestring?
Returns true if this token is a string literal.
Sourcewhitespace?
Returns true if this token is whitespace.
Source