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

Uses of StoreInst in soot.baf
 

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

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

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

Uses of StoreInst in soot.toolkits.exceptions
 

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