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.toolkits.exceptions   
 

Uses of IfCmpGeInst in soot.baf
 

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

Methods in soot.baf with parameters of type IfCmpGeInst
 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.toolkits.exceptions
 

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