soot.baf
Interface StoreInst

All Superinterfaces:
Host, Inst, java.io.Serializable, Switchable, Unit
All Known Implementing Classes:
BStoreInst

public interface StoreInst
extends Inst


Method Summary
 Local getLocal()
           
 Type getOpType()
           
 void setLocal(Local l)
           
 void setOpType(Type opType)
           
 
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

getOpType

public Type getOpType()

setOpType

public void setOpType(Type opType)

getLocal

public Local getLocal()

setLocal

public void setLocal(Local l)