Uses of Interface
soot.baf.IfEqInst

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

Methods in soot.baf that return IfEqInst
 IfEqInst Baf.newIfEqInst(Unit unit)
           
 IfEqInst Baf.newIfEqInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfEqInst
 void InstSwitch.caseIfEqInst(IfEqInst i)
           
 void InstSwitch.caseIfEqInst(IfEqInst i)
           
 

Uses of IfEqInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfEqInst
 class BIfEqInst
           
 

Uses of IfEqInst in soot.jbco.bafTransformations
 

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

Uses of IfEqInst in soot.toolkits.exceptions
 

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