(value, type)
| 1178 | return this.tokens.peekToken(value, peek, type); |
| 1179 | } |
| 1180 | matchToken(value, type) { |
| 1181 | return this.tokens.matchToken(value, type); |
| 1182 | } |
| 1183 | consumeToken() { |
| 1184 | return this.tokens.consumeToken(); |
| 1185 | } |
no test coverage detected