MCPcopy 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

resetMethod · 0.95
resetMethod · 0.95
resetMethod · 0.95
conMethod · 0.95
defaultTypesMethod · 0.95
keepMethod · 0.45
peepholeMethod · 0.45

Tested by

no test coverage detected