Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ Parser
Method
Parser
chapter18/src/main/java/com/seaofnodes/simple/Parser.java:101–101 ·
view source on GitHub ↗
(String source)
Source
from the content-addressed store, hash-verified
99
100
101
public
Parser(String source) { this(source, TypeInteger.BOT); }
102
103
public
Parser(String source, TypeInteger arg) {
104
Node.reset();
Callers
nothing calls this directly
Calls
7
reset
Method · 0.95
reset
Method · 0.95
reset
Method · 0.95
con
Method · 0.95
defaultTypes
Method · 0.95
keep
Method · 0.45
peephole
Method · 0.45
Tested by
no test coverage detected