Uses of Interface
soot.baf.DivInst

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

Methods in soot.baf that return DivInst
 DivInst Baf.newDivInst(Type opType)
           
 DivInst Baf.newDivInst(Type opType)
           
 

Methods in soot.baf with parameters of type DivInst
 void InstSwitch.caseDivInst(DivInst i)
           
 void InstSwitch.caseDivInst(DivInst i)
           
 

Uses of DivInst in soot.baf.internal
 

Classes in soot.baf.internal that implement DivInst
 class BDivInst
           
 

Uses of DivInst in soot.jbco.bafTransformations
 

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

Uses of DivInst in soot.toolkits.exceptions
 

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