Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ Parser
Method
Parser
src/stone/Parser.java:292–294 ·
view source on GitHub ↗
(Class<? extends ASTree> clazz)
Source
from the content-addressed store, hash-verified
290
protected
Factory factory;
291
292
public
Parser(Class<? extends ASTree> clazz) {
293
reset(clazz);
294
}
295
protected
Parser(Parser p) {
296
elements = p.elements;
297
factory = p.factory;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected