Uses of Interface
soot.baf.IfCmpGeInst

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

Methods in soot.baf that return IfCmpGeInst
 IfCmpGeInst Baf.newIfCmpGeInst(Type opType, Unit unit)
           
 IfCmpGeInst Baf.newIfCmpGeInst(Type opType, Unit unit)
           
 

Methods in soot.baf with parameters of type IfCmpGeInst
 void InstSwitch.caseIfCmpGeInst(IfCmpGeInst i)
           
 void InstSwitch.caseIfCmpGeInst(IfCmpGeInst i)
           
 

Uses of IfCmpGeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfCmpGeInst
 class BIfCmpGeInst
           
 

Uses of IfCmpGeInst in soot.jbco.bafTransformations
 

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

Uses of IfCmpGeInst in soot.toolkits.exceptions
 

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