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

Method compileTimeError

output/java8/1.4.15/ErrorManager.java:41–44  ·  view source on GitHub ↗
(STMessage msg)

Source from the content-addressed store, hash-verified

39public class ErrorManager {
40 public static STErrorListener DEFAULT_ERROR_LISTENER = new STErrorListener() {
41 @Override
42 public void compileTimeError(STMessage msg) {
43 System.err.println(msg);
44 }
45
46 @Override
47 public void runTimeError(STMessage msg) {

Callers

nothing calls this directly

Calls 4

getFileNameMethod · 0.95
compileTimeErrorMethod · 0.65
getTextMethod · 0.65
getSourceNameMethod · 0.45

Tested by

no test coverage detected