soot.jimple
Interface TableSwitchStmt
- All Known Implementing Classes:
- GTableSwitchStmt, JTableSwitchStmt
- public interface TableSwitchStmt
- extends Stmt
Methods inherited from interface soot.jimple.Stmt |
containsArrayRef,
containsFieldRef,
containsInvokeExpr,
getArrayRef,
getArrayRefBox,
getFieldRef,
getFieldRefBox,
getInvokeExpr,
getInvokeExprBox,
toBriefString,
toBriefString,
toBriefString,
toBriefString,
toString,
toString,
toString,
toString |
getDefaultTarget
public Unit getDefaultTarget()
setDefaultTarget
public void setDefaultTarget(Unit defaultTarget)
getDefaultTargetBox
public UnitBox getDefaultTargetBox()
getKey
public Value getKey()
setKey
public void setKey(Value key)
getKeyBox
public ValueBox getKeyBox()
setLowIndex
public void setLowIndex(int lowIndex)
setHighIndex
public void setHighIndex(int highIndex)
getLowIndex
public int getLowIndex()
getHighIndex
public int getHighIndex()
getTargets
public java.util.List getTargets()
getTarget
public Unit getTarget(int index)
setTarget
public void setTarget(int index,
Unit target)
setTargets
public void setTargets(java.util.List targets)
getTargetBox
public UnitBox getTargetBox(int index)