( String errorMessage )
| 785 | } |
| 786 | |
| 787 | public static RuntimeException error( String errorMessage ) { |
| 788 | return new RuntimeException(errorMessage); |
| 789 | } |
| 790 | |
| 791 | //////////////////////////////////// |
| 792 | // Lexer components |
no outgoing calls
no test coverage detected