MCPcopy Index your code
hub / github.com/antlr/codebuff / groupSyntaxError

Method groupSyntaxError

output/java8/1.4.14/ErrorManager.java:111–114  ·  view source on GitHub ↗
(ErrorType error, String srcName, RecognitionException e, String msg)

Source from the content-addressed store, hash-verified

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));

Callers 1

loadTemplateFileMethod · 0.45

Calls 1

compileTimeErrorMethod · 0.65

Tested by

no test coverage detected