public class InstructionConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Stmt> |
convertInstruction(com.ibm.wala.ssa.SSAInstruction inst,
HashMap<Integer,Stmt> stmt2iIndex) |
boolean |
hasJumpTarget(Integer i)
determines wheter a given wala index is a target of a Branching Instruction.
|
protected Map<BranchingStmt,List<Stmt>> |
setUpTargets(HashMap<Integer,Stmt> stmt2iIndex)
This methods adds stmts with all branch stmts to builder (
JIfStmt, JGotoStmt,
JSwitchStmt) having set up their target stmts. |
public List<Stmt> convertInstruction(com.ibm.wala.ssa.SSAInstruction inst, HashMap<Integer,Stmt> stmt2iIndex)
protected Map<BranchingStmt,List<Stmt>> setUpTargets(HashMap<Integer,Stmt> stmt2iIndex)
JIfStmt, JGotoStmt,
JSwitchStmt) having set up their target stmts.stmt2iIndex - JIfStmt, JGotoStmt, JSwitchStmt) having set up their target stmts.public boolean hasJumpTarget(Integer i)
Copyright © 2024 Soot OSS. All rights reserved.