soot.baf
Interface InterfaceInvokeInst

All Superinterfaces:
Host, Inst, MethodArgInst, java.io.Serializable, Switchable, Unit
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
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

getArgCount

public int getArgCount()

setArgCount

public void setArgCount(int x)