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