Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compareIR
Method · 0.95
buildNormalEdges
Method · 0.95
onNewCSMethod
Method · 0.65
onNewCSMethod
Method · 0.65
onNewCSMethod
Method · 0.65
onNewCSMethod
Method · 0.65
onNewCSMethod
Method · 0.65
analyze
Method · 0.65
analyze
Method · 0.65
findRedundantComparison
Method · 0.65
getIndex
Method · 0.65
getNode
Method · 0.65
Implementers
1
DefaultIR
src/main/java/pascal/taie/ir/DefaultIR
Calls
no outgoing calls
Tested by
1
compareIR
Method · 0.76