MCPcopy Create free account
hub / github.com/cschanck/single-file-java / report

Method report

src/main/java/org/sfj/JSONOne.java:607–609  ·  view source on GitHub ↗
(int line, String where, String message)

Source from the content-addressed store, hash-verified

605 }
606
607 ParseException report(int line, String where, String message) {
608 return new ParseException("[line " + line + "] Error" + where + ": " + message, line);
609 }
610
611 public Token nextOrFail(TokenType target) throws ParseException {
612 Token tok = nextToken();

Callers 2

errorMethod · 0.95
errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected