( String errorMessage )
| 681 | } |
| 682 | |
| 683 | public static RuntimeException error( String errorMessage ) { |
| 684 | return new RuntimeException(errorMessage); |
| 685 | } |
| 686 | |
| 687 | //////////////////////////////////// |
| 688 | // Lexer components |
no outgoing calls
no test coverage detected