MCPcopy Create free account
hub / github.com/antlr/codebuff / runTimeError

Method runTimeError

output/java8/1.4.17/ErrorBuffer.java:45–50  ·  view source on GitHub ↗
(STMessage msg)

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public void runTimeError(STMessage msg) {
47 if ( msg.error!= ErrorType.NO_SUCH_PROPERTY ) { // ignore these
48 errors.add(msg);
49 }
50 }
51
52 @Override
53 public void IOError(STMessage msg) {

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected