( String errorMessage )
| 449 | } |
| 450 | |
| 451 | public static RuntimeException error( String errorMessage ) { |
| 452 | return new RuntimeException(errorMessage); |
| 453 | } |
| 454 | |
| 455 | //////////////////////////////////// |
| 456 | // Lexer components |
no outgoing calls
no test coverage detected