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

Method getStmt

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

@return the i-th Stmt in this IR. The indexes start from 0.

(int i)

Source from the content-addressed store, hash-verified

108 * @return the i-th {@link Stmt} in this IR. The indexes start from 0.
109 */
110 Stmt getStmt(int i);
111
112 /**
113 * @return a list of Stmts in this IR.

Callers 5

buildNormalEdgesMethod · 0.95
getPotentialCatchersMethod · 0.65
analyzeMethod · 0.65
ResultProcessorClass · 0.65
getNodeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected