Uses of Interface
soot.baf.IfCmpGtInst

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

Methods in soot.baf that return IfCmpGtInst
 IfCmpGtInst Baf.newIfCmpGtInst(Type opType, Unit unit)
           
 IfCmpGtInst Baf.newIfCmpGtInst(Type opType, Unit unit)
           
 

Methods in soot.baf with parameters of type IfCmpGtInst
 void InstSwitch.caseIfCmpGtInst(IfCmpGtInst i)
           
 void InstSwitch.caseIfCmpGtInst(IfCmpGtInst i)
           
 

Uses of IfCmpGtInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfCmpGtInst
 class BIfCmpGtInst
           
 

Uses of IfCmpGtInst in soot.jbco.bafTransformations
 

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

Uses of IfCmpGtInst in soot.toolkits.exceptions
 

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