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

Method error

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

Source from the content-addressed store, hash-verified

1740 return error("Syntax error, "+msg+": " + _lexer.getAnyNextToken());
1741 }
1742 ParseException error(String msg) { return error(msg,_lexer); }
1743 public static ParseException error(String msg, Lexer loc) { return new ParseException(msg,loc); }
1744
1745 public static class ParseException extends RuntimeException {

Callers 15

parseMethod · 0.95
checkLoopActiveMethod · 0.95
parseAsgnMethod · 0.95
liftExprMethod · 0.95
parseDeclarationMethod · 0.95
parseStructMethod · 0.95
typeMethod · 0.95
typeAryMethod · 0.95
parseUnaryMethod · 0.95
parsePrimaryMethod · 0.95
opAssignMethod · 0.95
requireLookupIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected