@return the i-th Stmt in this IR. The indexes start from 0.
(int i)
| 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. |
no outgoing calls
no test coverage detected