Report an error at the given position using the provided arguments.
(String key, Object... args)
| 289 | * Report an error at the given position using the provided arguments. |
| 290 | */ |
| 291 | protected void lexError(String key, Object... args) { |
| 292 | token = ERROR; |
| 293 | } |
| 294 | |
| 295 | /** |
| 296 | * Return the current token, set by nextToken(). |
no outgoing calls
no test coverage detected