(String errorMessage)
| 378 | } |
| 379 | |
| 380 | static RuntimeException error(String errorMessage) { |
| 381 | return new RuntimeException(errorMessage); |
| 382 | } |
| 383 | |
| 384 | //////////////////////////////////// |
| 385 | // Lexer components |
no outgoing calls
no test coverage detected