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

Method p

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

Source from the content-addressed store, hash-verified

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

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