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

Method matchx

chapter06/src/main/java/com/seaofnodes/simple/Parser.java:359–359  ·  view source on GitHub ↗
(String syntax)

Source from the content-addressed store, hash-verified

357 private boolean match (String syntax) { return _lexer.match (syntax); }
358 // Match must be "exact", not be followed by more id letters
359 private boolean matchx(String syntax) { return _lexer.matchx(syntax); }
360 // Return true and do NOT skip if 'ch' is next
361 private boolean peek(char ch) { return _lexer.peek(ch); }
362

Callers 3

parseStatementMethod · 0.95
parseIfMethod · 0.95
parsePrimaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected