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

Uses of StaticInvokeInst in soot.baf
 

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

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

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