Uses of Interface
soot.baf.StaticInvokeInst

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

Methods in soot.baf that return StaticInvokeInst
 StaticInvokeInst Baf.newStaticInvokeInst(SootMethodRef methodRef)
           
 StaticInvokeInst Baf.newStaticInvokeInst(SootMethodRef methodRef)
           
 

Methods in soot.baf with parameters of type StaticInvokeInst
 void InstSwitch.caseStaticInvokeInst(StaticInvokeInst i)
           
 void InstSwitch.caseStaticInvokeInst(StaticInvokeInst i)
           
 

Uses of StaticInvokeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement StaticInvokeInst
 class BStaticInvokeInst
           
 

Uses of StaticInvokeInst in soot.jbco.bafTransformations
 

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

Uses of StaticInvokeInst in soot.toolkits.exceptions
 

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