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

Method match

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

Source from the content-addressed store, hash-verified

26 res.add(parser.parse(lexer));
27 }
28 protected boolean match(Lexer lexer) throws ParseException {
29 return parser.match(lexer);
30 }
31 }
32
33 protected static class OrTree extends Element {

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected