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

Method getStmts

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

@return a list of Stmts in this IR.

()

Source from the content-addressed store, hash-verified

113 * @return a list of Stmts in this IR.
114 */
115 List<Stmt> getStmts();
116
117 /**
118 * @return a stream of Stmts in this IR.

Callers 15

compareIRMethod · 0.95
buildNormalEdgesMethod · 0.95
onNewCSMethodMethod · 0.65
onNewCSMethodMethod · 0.65
onNewCSMethodMethod · 0.65
onNewCSMethodMethod · 0.65
onNewCSMethodMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65
getIndexMethod · 0.65
getNodeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

compareIRMethod · 0.76