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

Method getParams

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

@return the parameters in this IR ("this" variable is excluded). The order of the parameters in the resulting list is the same as the order they are declared in the method.

()

Source from the content-addressed store, hash-verified

61 * the order they are declared in the method.
62 */
63 List<Var> getParams();
64
65 /**
66 * @return the i-th parameter in this IR. The indexes start from 0.

Callers 15

compareIRMethod · 0.95
onNewCallEdgeMethod · 0.95
onNewCSMethodMethod · 0.95
buildMethod · 0.65
printMethod · 0.65
newBoundaryFactMethod · 0.65
dumpVariablesMethod · 0.65
transferCallEdgeMethod · 0.65
newBoundaryFactMethod · 0.65
onNewCallEdgeMethod · 0.65
passReflectiveArgsMethod · 0.65
getInjectParamsInfoMethod · 0.65

Implementers 1

DefaultIRsrc/main/java/pascal/taie/ir/DefaultIR

Calls

no outgoing calls

Tested by 1

compareIRMethod · 0.76