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

Method p

chapter23/src/main/java/com/seaofnodes/simple/node/Node.java:127–127  ·  view source on GitHub ↗
(int depth)

Source from the content-addressed store, hash-verified

125 abstract public StringBuilder _print1(StringBuilder sb, BitSet visited);
126
127 public String p(int depth) { return IRPrinter.prettyPrint(this,depth); }
128
129 public boolean isConst() { return false; }
130

Callers 15

asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
glabelMethod · 0.45
mixerrMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45
asmMethod · 0.45

Calls 1

prettyPrintMethod · 0.95

Tested by

no test coverage detected