EOFToken
Extends:
Token → EOFToken
Constructor Summary
Public Constructor | ||
public |
constructor(lexer: *) |
Inherited Summary
From class Token | ||
public |
The string position where this match ends |
|
public |
Any RegExp groups that accrued during the match |
|
public |
The parent Lexer |
|
public |
The string that the lexer consumed to create this token |
|
public |
The string position where this match started |
|
public |
type: T The token type |
|
public |
|
|
public |
Returns the bounds of this token, each in |
Public Constructors
public constructor(lexer: *) source
Constructs a token
Override:
Token#constructorParams:
Name | Type | Attribute | Description |
lexer | * |