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

Method toString

src/main/java/pascal/taie/ir/exp/InvokeDynamic.java:93–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 @Override
94 public String toString() {
95 return String.format("%s %s \"%s\" <%s>[%s]%s",
96 getInvokeString(), bootstrapMethodRef,
97 methodName, methodType,
98 bootstrapArgs.stream()
99 .map(Literal::toString)
100 .collect(Collectors.joining(",")),
101 getArgsString());
102 }
103
104 @Override
105 public <T> T accept(ExpVisitor<T> visitor) {

Callers

nothing calls this directly

Calls 5

getInvokeStringMethod · 0.95
formatMethod · 0.80
streamMethod · 0.80
getArgsStringMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected