Uses of Interface
soot.baf.IfGeInst

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

Methods in soot.baf that return IfGeInst
 IfGeInst Baf.newIfGeInst(Unit unit)
           
 IfGeInst Baf.newIfGeInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfGeInst
 void InstSwitch.caseIfGeInst(IfGeInst i)
           
 void InstSwitch.caseIfGeInst(IfGeInst i)
           
 

Uses of IfGeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfGeInst
 class BIfGeInst
           
 

Uses of IfGeInst in soot.jbco.bafTransformations
 

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

Uses of IfGeInst in soot.toolkits.exceptions
 

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