soot.baf
Interface StoreInst

All Superinterfaces:
Context, Host, Inst, 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
containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, getInCount, getInMachineCount, getNetCount, getNetMachineCount, getOutCount, getOutMachineCount
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Method Detail

getOpType

public Type getOpType()

setOpType

public void setOpType(Type opType)

getLocal

public Local getLocal()

setLocal

public void setLocal(Local l)