Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ iterator
Method
iterator
src/main/java/pascal/taie/ir/IR.java:140–140 ·
view source on GitHub ↗
@return iterator of Stmts in this IR.
()
Source
from the content-addressed store, hash-verified
138
* @
return
iterator of Stmts in this IR.
139
*/
140
@Override
141
default Iterator<Stmt> iterator() {
142
return
getStmts().iterator();
143
}
Callers
8
sumX
Method · 0.65
flipAll
Method · 0.65
foo2
Method · 0.65
testKeySetIterator
Method · 0.65
testModifyViaEntrySetIterator
Method · 0.65
testModifyViaEntrySetIterator
Method · 0.65
testIterator
Method · 0.65
iterator
Method · 0.65
Implementers
1
DefaultIR
src/main/java/pascal/taie/ir/DefaultIR
Calls
no outgoing calls
Tested by
7
sumX
Method · 0.52
flipAll
Method · 0.52
foo2
Method · 0.52
testKeySetIterator
Method · 0.52
testModifyViaEntrySetIterator
Method · 0.52
testModifyViaEntrySetIterator
Method · 0.52
testIterator
Method · 0.52