soot.baf
Interface MethodArgInst

All Known Subinterfaces:
InterfaceInvokeInst, SpecialInvokeInst, StaticInvokeInst, VirtualInvokeInst

public interface MethodArgInst
extends Inst


Method Summary
 SootMethod getMethod()
           
 void setMethod(SootMethod m)
           
 
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

getMethod

public SootMethod getMethod()

setMethod

public void setMethod(SootMethod m)