Type Parameters
-
-
-
L extends string = string
Constructors
constructor
- new Token<V, S, L>(syntax, lexeme, value, locationSpan): Token<V, S, L>
-
Type Parameters
-
-
-
L extends string = string
Parameters
-
syntax: S
-
lexeme: L
-
value: V
-
Returns Token<V, S, L>
Methods
[custom]
- [custom](): string
-
Returns string
toString
- toString(): string
-
Returns string