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