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

Method getVar

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

@return the i-th Var in this IR. The indexes start from 0.

(int i)

Source from the content-addressed store, hash-verified

88 * @return the i-th {@link Var} in this IR. The indexes start from 0.
89 */
90 Var getVar(int i);
91
92 /**
93 * @return the {@link Var} with name in this IR.

Callers 15

onNewPointsToSetMethod · 0.65
onNewPointsToSetMethod · 0.65
onNewPointsToSetMethod · 0.65
onNewPointsToSetMethod · 0.65
getVarMethod · 0.65
getObjectMethod · 0.65
transferEdgeMethod · 0.65
toNodeMethod · 0.65
isUnreachableBranchMethod · 0.65
onNewPointsToSetMethod · 0.65
dumpPointsToSetInYamlMethod · 0.65
onNewPointsToSetMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected