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

Method getInvokes

src/main/java/pascal/taie/ir/exp/Var.java:207–209  ·  view source on GitHub ↗

@return Invokes whose base variable is this Var.

()

Source from the content-addressed store, hash-verified

205 * @return {@link Invoke}s whose base variable is this Var.
206 */
207 public List<Invoke> getInvokes() {
208 return relevantStmts.getInvokes();
209 }
210
211 /**
212 * Ensure {@link #relevantStmts} points to an instance other than

Callers 3

compareIRMethod · 0.95
processCallMethod · 0.95

Calls

no outgoing calls

Tested by 1

compareIRMethod · 0.76