MCPcopy Create free account
hub / github.com/LFYSec/MScan / toString

Method toString

src/main/java/pascal/taie/ir/IRPrinter.java:60–66  ·  view source on GitHub ↗
(Stmt stmt)

Source from the content-addressed store, hash-verified

58 }
59
60 public static String toString(Stmt stmt) {
61 if (stmt instanceof Invoke) {
62 return toString((Invoke) stmt);
63 } else {
64 return String.format("%s %s;", position(stmt), stmt);
65 }
66 }
67
68 public static String toString(Invoke invoke) {
69 Formatter formatter = new Formatter();

Callers 5

printMethod · 0.95
dumpMethodMethod · 0.95
toStringMethod · 0.95
dumpCallGraphMethod · 0.95
toStringMethod · 0.95

Calls 15

positionMethod · 0.95
getInvokeStringMethod · 0.95
getArgsStringMethod · 0.95
getMethodRefMethod · 0.95
formatMethod · 0.80
getBootstrapMethodRefMethod · 0.80
getMethodNameMethod · 0.80
streamMethod · 0.80
getBootstrapArgsMethod · 0.80
getResultMethod · 0.65
toStringMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected