soot.baf
Interface LoadInst

All Known Implementing Classes:
BLoadInst

public interface LoadInst
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)