MCPcopy 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

analyzeMethod · 0.95
testStmtIndexerMethod · 0.65
testGetNullMethod · 0.65
getArrayAccessMethod · 0.65
positionMethod · 0.65
getIndexMethod · 0.65
getIndexMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65
getIndexMethod · 0.65

Implementers 1

AbstractStmtsrc/main/java/pascal/taie/ir/stmt/Abst

Calls

no outgoing calls

Tested by 2

testStmtIndexerMethod · 0.52
testGetNullMethod · 0.52