Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ match
Method
match
src/stone/Parser.java:17–17 ·
view source on GitHub ↗
(Lexer lexer)
Source
from the content-addressed store, hash-verified
15
protected
abstract
void
parse(Lexer lexer, List<ASTree> res)
16
throws ParseException;
17
protected
abstract boolean match(Lexer lexer) throws ParseException;
18
}
19
20
protected
static
class
Tree extends Element {
Callers
1
match
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected