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

Method getMethodRef

src/main/java/pascal/taie/ir/exp/InvokeExp.java:61–63  ·  view source on GitHub ↗

@return the method reference at the invocation.

()

Source from the content-addressed store, hash-verified

59 * @return the method reference at the invocation.
60 */
61 public MethodRef getMethodRef() {
62 return methodRef;
63 }
64
65 /**
66 * @return the number of the arguments of the invocation.

Callers 3

visitMethod · 0.95
toStringMethod · 0.95
transferCallEdgeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected