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

Method parse

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

Source from the content-addressed store, hash-verified

113 private Node ctrl(Node n) { return _scope.ctrl(n); }
114
115 public StopNode parse() { return parse(false); }
116 public StopNode parse(boolean show) {
117 _xScopes.push(_scope);
118 // Enter a new scope for the initial control and arguments

Callers 15

testJigMethod · 0.95
testFloatMethod · 0.95
testSquareRootMethod · 0.95
testFPOpsMethod · 0.95
testPeepholeReturnMethod · 0.95
testPeepholeRotateMethod · 0.95
testPeepholeCFGMethod · 0.95
testIfIfMethod · 0.95
testIfArgIfMethod · 0.95
testMerge3With2Method · 0.95
testMerge3With1Method · 0.95
testMerge3PeepholeMethod · 0.95

Calls 12

parseBlockMethod · 0.95
ctrlMethod · 0.95
constantMethod · 0.95
errorMethod · 0.95
showGraphMethod · 0.95
pushMethod · 0.45
defineMethod · 0.45
peepholeMethod · 0.45
addReturnMethod · 0.45
popMethod · 0.45
isEOFMethod · 0.45
getAnyNextTokenMethod · 0.45

Tested by 15

testJigMethod · 0.76
testFloatMethod · 0.76
testSquareRootMethod · 0.76
testFPOpsMethod · 0.76
testPeepholeReturnMethod · 0.76
testPeepholeRotateMethod · 0.76
testPeepholeCFGMethod · 0.76
testIfIfMethod · 0.76
testIfArgIfMethod · 0.76
testMerge3With2Method · 0.76
testMerge3With1Method · 0.76
testMerge3PeepholeMethod · 0.76