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

Method error

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

Source from the content-addressed store, hash-verified

1718 return error("Syntax error, "+msg+": " + _lexer.getAnyNextToken());
1719 }
1720 ParseException error(String msg) { return error(msg,_lexer); }
1721 public static ParseException error(String msg, Lexer loc) { return new ParseException(msg,loc); }
1722
1723 public static class ParseException extends RuntimeException {

Callers 15

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
allocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected