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