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

Method error

chapter17/src/main/java/com/seaofnodes/simple/Parser.java:1213–1215  ·  view source on GitHub ↗
( String errorMessage )

Source from the content-addressed store, hash-verified

1211 }
1212
1213 public static RuntimeException error( String errorMessage ) {
1214 return new RuntimeException(errorMessage);
1215 }
1216
1217 ////////////////////////////////////
1218 // Lexer components

Callers 15

parseMethod · 0.95
checkLoopActiveMethod · 0.95
parseTrinaryMethod · 0.95
parseAsgnMethod · 0.95
liftExprMethod · 0.95
parseDeclarationMethod · 0.95
typeMethod · 0.95
typeAryMethod · 0.95
parseUnaryMethod · 0.95
parsePrimaryMethod · 0.95
requireLookupIdMethod · 0.95
allocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected