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

Method toString

src/main/java/pascal/taie/analysis/pta/core/heap/NewObj.java:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 @Override
66 public String toString() {
67 return String.format("NewObj{%s[%d@L%d] %s}",
68 allocSite.getContainer(), allocSite.getIndex(),
69 allocSite.getLineNumber(), allocSite.getRValue());
70 }
71}

Callers

nothing calls this directly

Calls 5

formatMethod · 0.80
getContainerMethod · 0.65
getIndexMethod · 0.65
getLineNumberMethod · 0.65
getRValueMethod · 0.45

Tested by

no test coverage detected