(ErrorType error, String srcName, RecognitionException e, String msg)
| 110 | } |
| 111 | |
| 112 | public void groupSyntaxError(ErrorType error, String srcName, RecognitionException e, String msg) { |
| 113 | Token t = e.token; |
| 114 | listener.compileTimeError(new STGroupCompiletimeMessage(error, srcName, e.token, e, msg)); |
| 115 | } |
| 116 | |
| 117 | public void groupLexerError(ErrorType error, String srcName, RecognitionException e, String msg) { |
| 118 | listener.compileTimeError(new STGroupCompiletimeMessage(error, srcName, e.token, e, msg)); |
no test coverage detected