Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ string
Method
string
src/stone/Parser.java:343–345 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
return
this;
342
}
343
public
Parser string() {
344
return
string(null);
345
}
346
public
Parser string(Class<? extends ASTLeaf> clazz) {
347
elements.add(
new
StrToken(clazz));
348
return
this;
Callers
1
BasicParser
Class · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected