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

Method parse

chapter18/src/main/java/com/seaofnodes/simple/CodeGen.java:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 public CodeGen( String src ) { this(src,TypeInteger.BOT); }
34
35 public CodeGen parse() { return parse(false); }
36 public CodeGen parse(boolean disable) {
37 assert _phase == null;
38 _phase = Phase.Parse;

Callers 15

testJigMethod · 0.95
testFloatMethod · 0.95
testSquareRootMethod · 0.95
testFPOpsMethod · 0.95
testJigMethod · 0.95
testPhiParalleAssignMethod · 0.95
testType0Method · 0.95
testFcn0Method · 0.95
testFcn1Method · 0.95
testFcn2Method · 0.95
testFcn3Method · 0.95
testFcn4Method · 0.95

Calls 2

showMethod · 0.95
clearMethod · 0.45

Tested by 15

testJigMethod · 0.76
testFloatMethod · 0.76
testSquareRootMethod · 0.76
testFPOpsMethod · 0.76
testJigMethod · 0.76
testPhiParalleAssignMethod · 0.76
testType0Method · 0.76
testFcn0Method · 0.76
testFcn1Method · 0.76
testFcn2Method · 0.76
testFcn3Method · 0.76
testFcn4Method · 0.76