MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / syntaxError

Method syntaxError

src/main/java/wyil/check/UnsafeCheck.java:94–97  ·  view source on GitHub ↗
(Syntactic.Item e, int code, Syntactic.Item... context)

Source from the content-addressed store, hash-verified

92 }
93
94 private void syntaxError(Syntactic.Item e, int code, Syntactic.Item... context) {
95 status = false;
96 ErrorMessages.syntaxError(e, code, context);
97 }
98}

Callers 4

visitInvokeMethod · 0.95
visitLambdaAccessMethod · 0.95
addAssignedVariablesMethod · 0.45

Calls 1

syntaxErrorMethod · 0.95

Tested by

no test coverage detected