soot.baf
Interface LookupSwitchInst
- All Known Implementing Classes:
- BLookupSwitchInst
- public interface LookupSwitchInst
- extends Inst
Methods inherited from interface soot.Unit |
addBoxPointingToThis,
branches,
clearUnitBoxes,
clone,
fallsThrough,
getBoxesPointingToThis,
getDefBoxes,
getUnitBoxes,
getUseAndDefBoxes,
getUseBoxes,
redirectJumpsToThisTo,
removeBoxPointingToThis,
toString |
getDefaultTarget
public Unit getDefaultTarget()
setDefaultTarget
public void setDefaultTarget(Unit defTarget)
getDefaultTargetBox
public UnitBox getDefaultTargetBox()
setLookupValue
public void setLookupValue(int index,
int value)
getLookupValue
public int getLookupValue(int index)
getLookupValues
public java.util.List getLookupValues()
setLookupValues
public void setLookupValues(java.util.List values)
getTargetCount
public int getTargetCount()
getTarget
public Unit getTarget(int index)
getTargetBox
public UnitBox getTargetBox(int index)
setTarget
public void setTarget(int index,
Unit target)
getTargets
public java.util.List getTargets()
setTargets
public void setTargets(java.util.List targets)