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

Method error

chapter14/src/main/java/com/seaofnodes/simple/Parser.java:787–789  ·  view source on GitHub ↗
( String errorMessage )

Source from the content-addressed store, hash-verified

785 }
786
787 public static RuntimeException error( String errorMessage ) {
788 return new RuntimeException(errorMessage);
789 }
790
791 ////////////////////////////////////
792 // Lexer components

Callers 9

parseMethod · 0.95
checkLoopActiveMethod · 0.95
parseIfMethod · 0.95
parsePrimaryMethod · 0.95
parsePostfixMethod · 0.95
requireIdMethod · 0.95
errorSyntaxMethod · 0.95
parseNumberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected