soot.baf
Interface IncInst

All Superinterfaces:
Context, Host, Inst, Serializable, Switchable, Unit
All Known Implementing Classes:
BIncInst

public interface IncInst
extends Inst


Method Summary
 Constant getConstant()
           
 Local getLocal()
           
 void setConstant(Constant aConstant)
           
 void setLocal(Local l)
           
 
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

getConstant

public Constant getConstant()

setConstant

public void setConstant(Constant aConstant)

setLocal

public void setLocal(Local l)

getLocal

public Local getLocal()