( String errorMessage )
| 895 | } |
| 896 | |
| 897 | public static RuntimeException error( String errorMessage ) { |
| 898 | return new RuntimeException(errorMessage); |
| 899 | } |
| 900 | |
| 901 | //////////////////////////////////// |
| 902 | // Lexer components |
no outgoing calls
no test coverage detected