MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / parse

Method parse

chapter17/src/main/java/com/seaofnodes/simple/Parser.java:154–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 private <N extends Node> N ctrl(N n) { return _scope.ctrl(n); }
153
154 public StopNode parse() { return parse(false); }
155 public StopNode parse(boolean show) {
156 _xScopes.push(_scope);
157 // Enter a new scope for the initial control and arguments

Callers 15

testJigMethod · 0.95
testFloatMethod · 0.95
testSquareRootMethod · 0.95
testFPOpsMethod · 0.95
testJigMethod · 0.95
testMulti0Method · 0.95
testMulti1Method · 0.95
testFinal1Method · 0.95
testConstruct0Method · 0.95
testConstruct1Method · 0.95
testConstruct2Method · 0.95
testStructFinal0Method · 0.95

Calls 15

parseBlockMethod · 0.95
ctrlMethod · 0.95
errorMethod · 0.95
showGraphMethod · 0.95
pushMethod · 0.45
addDefMethod · 0.45
defineMethod · 0.45
peepholeMethod · 0.45
addReturnMethod · 0.45
killMethod · 0.45
popMethod · 0.45
unkeepMethod · 0.45

Tested by 15

testJigMethod · 0.76
testFloatMethod · 0.76
testSquareRootMethod · 0.76
testFPOpsMethod · 0.76
testJigMethod · 0.76
testMulti0Method · 0.76
testMulti1Method · 0.76
testFinal1Method · 0.76
testConstruct0Method · 0.76
testConstruct1Method · 0.76
testConstruct2Method · 0.76
testStructFinal0Method · 0.76