Uses of Interface
soot.baf.IfLeInst

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

Methods in soot.baf that return IfLeInst
 IfLeInst Baf.newIfLeInst(Unit unit)
           
 IfLeInst Baf.newIfLeInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfLeInst
 void InstSwitch.caseIfLeInst(IfLeInst i)
           
 void InstSwitch.caseIfLeInst(IfLeInst i)
           
 

Uses of IfLeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfLeInst
 class BIfLeInst
           
 

Uses of IfLeInst in soot.jbco.bafTransformations
 

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

Uses of IfLeInst in soot.toolkits.exceptions
 

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