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

Uses of SpecialInvokeInst in soot.baf
 

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

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

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

Uses of SpecialInvokeInst in soot.toolkits.exceptions
 

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