Uses of Interface
soot.baf.StoreInst

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

Methods in soot.baf that return StoreInst
 StoreInst Baf.newStoreInst(Type opType, Local l)
           
 

Methods in soot.baf with parameters of type StoreInst
 void InstSwitch.caseStoreInst(StoreInst i)
           
 

Uses of StoreInst in soot.baf.internal
 

Classes in soot.baf.internal that implement StoreInst
 class BStoreInst
           
 

Uses of StoreInst in soot.toolkits.exceptions
 

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