soot.baf
Interface LookupSwitchInst
- All Superinterfaces:
- Context, Host, Inst, Serializable, Switchable, Unit
- 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
Unit getDefaultTarget()
setDefaultTarget
void setDefaultTarget(Unit defTarget)
getDefaultTargetBox
UnitBox getDefaultTargetBox()
setLookupValue
void setLookupValue(int index,
int value)
getLookupValue
int getLookupValue(int index)
getLookupValues
List getLookupValues()
setLookupValues
void setLookupValues(List values)
getTargetCount
int getTargetCount()
getTarget
Unit getTarget(int index)
getTargetBox
UnitBox getTargetBox(int index)
setTarget
void setTarget(int index,
Unit target)
getTargets
List getTargets()
setTargets
void setTargets(List<Unit> targets)