MCPcopy Create free account
hub / github.com/chibash/stone / match

Method match

src/stone/Parser.java:229–231  ·  view source on GitHub ↗
(Lexer lexer)

Source from the content-addressed store, hash-verified

227 return prec <= nextPrec.value;
228 }
229 protected boolean match(Lexer lexer) throws ParseException {
230 return factor.match(lexer);
231 }
232 }
233
234 public static final String factoryName = "create";

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected