Uses of Interface
soot.baf.VirtualInvokeInst

Packages that use VirtualInvokeInst
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 VirtualInvokeInst in soot.baf
 

Methods in soot.baf that return VirtualInvokeInst
 VirtualInvokeInst Baf.newVirtualInvokeInst(SootMethodRef methodRef)
           
 VirtualInvokeInst Baf.newVirtualInvokeInst(SootMethodRef methodRef)
           
 

Methods in soot.baf with parameters of type VirtualInvokeInst
 void InstSwitch.caseVirtualInvokeInst(VirtualInvokeInst i)
           
 void InstSwitch.caseVirtualInvokeInst(VirtualInvokeInst i)
           
 

Uses of VirtualInvokeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement VirtualInvokeInst
 class BVirtualInvokeInst
           
 

Uses of VirtualInvokeInst in soot.jbco.bafTransformations
 

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

Uses of VirtualInvokeInst in soot.toolkits.exceptions
 

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