Uses of Interface
soot.baf.SpecialInvokeInst

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

Methods in soot.baf that return SpecialInvokeInst
 SpecialInvokeInst Baf.newSpecialInvokeInst(SootMethodRef methodRef)
           
 

Methods in soot.baf with parameters of type SpecialInvokeInst
 void InstSwitch.caseSpecialInvokeInst(SpecialInvokeInst i)
           
 

Uses of SpecialInvokeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement SpecialInvokeInst
 class BSpecialInvokeInst
           
 

Uses of SpecialInvokeInst in soot.toolkits.exceptions
 

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