( String errorMessage )
| 517 | } |
| 518 | |
| 519 | public static RuntimeException error( String errorMessage ) { |
| 520 | return new RuntimeException(errorMessage); |
| 521 | } |
| 522 | |
| 523 | //////////////////////////////////// |
| 524 | // Lexer components |
no outgoing calls
no test coverage detected