( String errorMessage )
| 1211 | } |
| 1212 | |
| 1213 | public static RuntimeException error( String errorMessage ) { |
| 1214 | return new RuntimeException(errorMessage); |
| 1215 | } |
| 1216 | |
| 1217 | //////////////////////////////////// |
| 1218 | // Lexer components |
no outgoing calls
no test coverage detected