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