Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getIndex
Method
getIndex
src/main/java/pascal/taie/ir/stmt/Stmt.java:41–41 ·
view source on GitHub ↗
@return the index of this Stmt in the container IR.
()
Source
from the content-addressed store, hash-verified
39
* @
return
the index of this Stmt in the container IR.
40
*/
41
@Override
42
int
getIndex();
43
44
void
setIndex(
int
index);
Callers
11
analyze
Method · 0.95
testStmtIndexer
Method · 0.65
testGetNull
Method · 0.65
getArrayAccess
Method · 0.65
position
Method · 0.65
getIndex
Method · 0.65
getIndex
Method · 0.65
toString
Method · 0.65
toString
Method · 0.65
toString
Method · 0.65
getIndex
Method · 0.65
Implementers
1
AbstractStmt
src/main/java/pascal/taie/ir/stmt/Abst
Calls
no outgoing calls
Tested by
2
testStmtIndexer
Method · 0.52
testGetNull
Method · 0.52