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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of InterfaceInvokeInst in soot.baf
 

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

Methods in soot.baf with parameters of type InterfaceInvokeInst
 void InstSwitch.caseInterfaceInvokeInst(InterfaceInvokeInst i)
           
 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.jbco.bafTransformations
 

Methods in soot.jbco.bafTransformations with parameters of type InterfaceInvokeInst
 void StackTypeHeightCalculator.StackEffectSwitch.caseInterfaceInvokeInst(InterfaceInvokeInst i)
           
 void StackTypeHeightCalculator.StackEffectSwitch.caseInterfaceInvokeInst(InterfaceInvokeInst i)
           
 

Uses of InterfaceInvokeInst in soot.toolkits.exceptions
 

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