soot.baf
Interface InterfaceInvokeInst

All Known Implementing Classes:
BInterfaceInvokeInst

public interface InterfaceInvokeInst
extends MethodArgInst


Method Summary
 int getArgCount()
           
 void setArgCount(int x)
           
 
Methods inherited from interface soot.baf.MethodArgInst
getMethod, setMethod
 
Methods inherited from interface soot.baf.Inst
containsArrayRef, containsFieldRef, containsInvokeExpr, 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

getArgCount

public int getArgCount()

setArgCount

public void setArgCount(int x)