(value, type)
| 1168 | return this.tokens.peekToken(value, peek, type); |
| 1169 | } |
| 1170 | matchToken(value, type) { |
| 1171 | return this.tokens.matchToken(value, type); |
| 1172 | } |
| 1173 | consumeToken() { |
| 1174 | return this.tokens.consumeToken(); |
| 1175 | } |
no test coverage detected