Uses of Interface
soot.baf.InterfaceInvokeInst

Packages that use InterfaceInvokeInst
soot.baf Public classes for the Baf intermediate representation. 
soot.baf.internal Internal, messy, implementation-specific classes for the Baf intermediate representation. 
soot.toolkits.exceptions   
 

Uses of InterfaceInvokeInst in soot.baf
 

Methods in soot.baf that return InterfaceInvokeInst
 InterfaceInvokeInst Baf.newInterfaceInvokeInst(SootMethodRef methodRef, int argCount)
           
 

Methods in soot.baf with parameters of type InterfaceInvokeInst
 void InstSwitch.caseInterfaceInvokeInst(InterfaceInvokeInst i)
           
 

Uses of InterfaceInvokeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement InterfaceInvokeInst
 class BInterfaceInvokeInst
           
 

Uses of InterfaceInvokeInst in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type InterfaceInvokeInst
 void UnitThrowAnalysis.UnitSwitch.caseInterfaceInvokeInst(InterfaceInvokeInst i)