( String errorMessage )
| 691 | } |
| 692 | |
| 693 | public static RuntimeException error( String errorMessage ) { |
| 694 | return new RuntimeException(errorMessage); |
| 695 | } |
| 696 | |
| 697 | //////////////////////////////////// |
| 698 | // Lexer components |
no outgoing calls
no test coverage detected