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

Method match

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

Source from the content-addressed store, hash-verified

76 }
77 }
78 protected boolean match(Lexer lexer) throws ParseException {
79 return parser.match(lexer);
80 }
81 }
82
83 protected static abstract class AToken extends Element {

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected