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

Method error

chapter05/src/main/java/com/seaofnodes/simple/Parser.java:380–382  ·  view source on GitHub ↗
(String errorMessage)

Source from the content-addressed store, hash-verified

378 }
379
380 static RuntimeException error(String errorMessage) {
381 return new RuntimeException(errorMessage);
382 }
383
384 ////////////////////////////////////
385 // Lexer components

Callers 8

parseMethod · 0.95
parseIfMethod · 0.95
parseDeclMethod · 0.95
parsePrimaryMethod · 0.95
requireIdMethod · 0.95
errorSyntaxMethod · 0.95
parseNumberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected