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

Method getArg

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

@return the i-th argument of the invocation. @throws IndexOutOfBoundsException if the index is out of range (index < 0 || index ≥ getArgCount())

(int i)

Source from the content-addressed store, hash-verified

75 * (index < 0 || index ≥ getArgCount())
76 */
77 public Var getArg(int i) {
78 return args.get(i);
79 }
80
81 /**
82 * @return a list of arguments of the invocation.

Callers 13

visitMethod · 0.95
getVarMethod · 0.95
processCallEdgeMethod · 0.95
onStartMethod · 0.80
visitMethod · 0.80
extractMHVarsMethod · 0.80
handleNewMethodHandleMethod · 0.80
computeTypeInfoMethod · 0.80
methodInvokeMethod · 0.80
fieldSetMethod · 0.80
arraysCopyOfMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected