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

Method toString

src/main/java/pascal/taie/ir/exp/InvokeStatic.java:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 @Override
39 public String toString() {
40 return String.format("%s %s.%s%s", getInvokeString(),
41 methodRef.getDeclaringClass(), methodRef.getName(),
42 getArgsString());
43 }
44
45 @Override
46 public String getInvokeString() {

Callers

nothing calls this directly

Calls 5

getInvokeStringMethod · 0.95
formatMethod · 0.80
getArgsStringMethod · 0.80
getNameMethod · 0.65
getDeclaringClassMethod · 0.45

Tested by

no test coverage detected