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

Method toString

src/main/java/pascal/taie/ir/stmt/Invoke.java:158–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 @Override
159 public String toString() {
160 String ret = result == null ? "" : result + " = ";
161 return String.format("%s[%d@L%d] %s%s",
162 container, getIndex(), getLineNumber(), ret, invokeExp);
163 }
164}

Callers

nothing calls this directly

Calls 3

formatMethod · 0.80
getIndexMethod · 0.65
getLineNumberMethod · 0.65

Tested by

no test coverage detected