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.toolkits.exceptions   
 

Uses of VirtualInvokeInst in soot.baf
 

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

Methods in soot.baf with parameters of type VirtualInvokeInst
 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.toolkits.exceptions
 

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