MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / error

Method error

chapter24/src/main/java/com/seaofnodes/simple/Parser.java:2092–2092  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

2090 return error("Syntax error, "+msg+": " + _lexer.getAnyNextToken());
2091 }
2092 ParseException error(String msg) { return error(msg,_lexer); }
2093 public static ParseException error(String msg, Lexer loc) { return new ParseException(msg,loc); }
2094
2095 public static class ParseException extends RuntimeException {

Callers 15

parseMethod · 0.95
checkLoopActiveMethod · 0.95
parseAsgnMethod · 0.95
liftExprMethod · 0.95
parseDeclarationMethod · 0.95
typeMethod · 0.95
typeAryMethod · 0.95
parseComparisonMethod · 0.95
parseUnaryMethod · 0.95
parsePrimaryMethod · 0.95
instanceMethod · 0.95
allocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected