soot.baf
Interface TableSwitchInst
- All Superinterfaces:
- Context, Host, Inst, Serializable, Switchable, Unit
- All Known Implementing Classes:
- BTableSwitchInst
public interface TableSwitchInst
- extends Inst
Methods inherited from interface soot.Unit |
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString |
getDefaultTarget
Unit getDefaultTarget()
setDefaultTarget
void setDefaultTarget(Unit defTarget)
getDefaultTargetBox
UnitBox getDefaultTargetBox()
getLowIndex
int getLowIndex()
setLowIndex
void setLowIndex(int index)
getHighIndex
int getHighIndex()
setHighIndex
void setHighIndex(int index)
getTargets
List getTargets()
getTarget
Unit getTarget(int index)
setTarget
void setTarget(int index,
Unit target)
setTargets
void setTargets(List<Unit> targets)
getTargetBox
UnitBox getTargetBox(int index)