MCPcopy Create free account
hub / github.com/dynjs/dynjs / toString

Method toString

src/main/java/org/dynjs/ir/representations/BasicBlock.java:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public String toString() {
107 return "BB [" + id + ":" + label + "]";
108 }
109
110 public String toStringInstrs() {
111 StringBuilder buf = new StringBuilder(toString() + "\n");

Callers 3

toStringInstrsMethod · 0.95
dumpMethod · 0.95
toStringInstrsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected