soot.baf
Interface SwapInst

All Superinterfaces:
Host, Inst, Switchable, Unit
All Known Implementing Classes:
BSwapInst

public interface SwapInst
extends Inst


Method Summary
 Type getFromType()
           
 Type getToType()
           
 void setFromType(Type fromType)
           
 void setToType(Type toType)
           
 
Methods inherited from interface soot.baf.Inst
getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString
 
Methods inherited from interface soot.Unit
branches, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addTag, getTag, getTags, hasTag, removeTag
 

Method Detail

getFromType

public Type getFromType()

setFromType

public void setFromType(Type fromType)

getToType

public Type getToType()

setToType

public void setToType(Type toType)