()
| 94 | } |
| 95 | |
| 96 | public eof(): boolean { |
| 97 | return this.index >= this.length; |
| 98 | } |
| 99 | |
| 100 | public throwUnexpectedToken(message = Messages.UnexpectedTokenIllegal): never { |
| 101 | return this.errorHandler.throwError(this.index, this.lineNumber, |
no outgoing calls
no test coverage detected