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

Method p

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

Source from the content-addressed store, hash-verified

120 abstract StringBuilder _print1(StringBuilder sb, BitSet visited);
121
122 public String p(int depth) { return IRPrinter.prettyPrint(this,depth); }
123
124 public boolean isMultiHead() { return false; }
125 public boolean isMultiTail() { return false; }

Callers 15

printMethod · 0.45
gprintMethod · 0.45
printMethod · 0.45
gprintMethod · 0.45
printMethod · 0.45
gprintMethod · 0.45
printMethod · 0.45
_printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
gprintMethod · 0.45
printMethod · 0.45

Calls 1

prettyPrintMethod · 0.95

Tested by

no test coverage detected