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

Method getVars

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

@return the variables in this IR.

()

Source from the content-addressed store, hash-verified

98 * @return the variables in this IR.
99 */
100 List<Var> getVars();
101
102 /**
103 * @return an indexer for the variables in this IR.

Callers 4

compareIRMethod · 0.95
testMethod · 0.95
buildMethod · 0.65
printMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 2

compareIRMethod · 0.76
testMethod · 0.76