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

Method error

chapter16/src/main/java/com/seaofnodes/simple/Parser.java:990–992  ·  view source on GitHub ↗
( String errorMessage )

Source from the content-addressed store, hash-verified

988 }
989
990 public static RuntimeException error( String errorMessage ) {
991 return new RuntimeException(errorMessage);
992 }
993
994 ////////////////////////////////////
995 // Lexer components

Callers 13

parseMethod · 0.95
checkLoopActiveMethod · 0.95
parseIfMethod · 0.95
parseAsgnMethod · 0.95
typeMethod · 0.95
typeAryMethod · 0.95
parsePrimaryMethod · 0.95
allocMethod · 0.95
newStructMethod · 0.95
parsePostfixMethod · 0.95
requireIdMethod · 0.95
errorSyntaxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected