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

Method groupSyntaxError

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

Source from the content-addressed store, hash-verified

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

Callers 1

loadTemplateFileMethod · 0.45

Calls 1

compileTimeErrorMethod · 0.65

Tested by

no test coverage detected