soot.baf
Interface MethodArgInst

All Superinterfaces:
Context, Host, Inst, Serializable, Switchable, Unit
All Known Subinterfaces:
DynamicInvokeInst, InterfaceInvokeInst, SpecialInvokeInst, StaticInvokeInst, VirtualInvokeInst
All Known Implementing Classes:
BDynamicInvokeInst, BInterfaceInvokeInst, BSpecialInvokeInst, BStaticInvokeInst, BVirtualInvokeInst

public interface MethodArgInst
extends Inst


Method Summary
 SootMethod getMethod()
           
 SootMethodRef getMethodRef()
           
 
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

getMethodRef

SootMethodRef getMethodRef()

getMethod

SootMethod getMethod()