Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ ast
Method
ast
src/stone/Parser.java:358–361 ·
view source on GitHub ↗
(Parser p)
Source
from the content-addressed store, hash-verified
356
return
this;
357
}
358
public
Parser ast(Parser p) {
359
elements.add(
new
Tree(p));
360
return
this;
361
}
362
public
Parser or(Parser... p) {
363
elements.add(
new
OrTree(p));
364
return
this;
Callers
8
TypedParser
Class · 0.80
TypedParser
Method · 0.80
FuncParser
Class · 0.80
ArrayParser
Class · 0.80
ArrayParser
Method · 0.80
ClosureParser
Method · 0.80
ClassParser
Class · 0.80
BasicParser
Class · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected