Uses of Interface
soot.baf.ShrInst

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

Methods in soot.baf that return ShrInst
 ShrInst Baf.newShrInst(Type opType)
           
 ShrInst Baf.newShrInst(Type opType)
           
 

Methods in soot.baf with parameters of type ShrInst
 void InstSwitch.caseShrInst(ShrInst i)
           
 void InstSwitch.caseShrInst(ShrInst i)
           
 

Uses of ShrInst in soot.baf.internal
 

Classes in soot.baf.internal that implement ShrInst
 class BShrInst
           
 

Uses of ShrInst in soot.jbco.bafTransformations
 

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

Uses of ShrInst in soot.toolkits.exceptions
 

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