Uses of Interface
soot.baf.UshrInst

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

Methods in soot.baf that return UshrInst
 UshrInst Baf.newUshrInst(Type opType)
           
 UshrInst Baf.newUshrInst(Type opType)
           
 

Methods in soot.baf with parameters of type UshrInst
 void InstSwitch.caseUshrInst(UshrInst i)
           
 void InstSwitch.caseUshrInst(UshrInst i)
           
 

Uses of UshrInst in soot.baf.internal
 

Classes in soot.baf.internal that implement UshrInst
 class BUshrInst
           
 

Uses of UshrInst in soot.jbco.bafTransformations
 

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

Uses of UshrInst in soot.toolkits.exceptions
 

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