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

Method p

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

Source from the content-addressed store, hash-verified

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

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