Uses of Interface
soot.baf.IfGtInst

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

Methods in soot.baf that return IfGtInst
 IfGtInst Baf.newIfGtInst(Unit unit)
           
 IfGtInst Baf.newIfGtInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfGtInst
 void InstSwitch.caseIfGtInst(IfGtInst i)
           
 void InstSwitch.caseIfGtInst(IfGtInst i)
           
 

Uses of IfGtInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfGtInst
 class BIfGtInst
           
 

Uses of IfGtInst in soot.jbco.bafTransformations
 

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

Uses of IfGtInst in soot.toolkits.exceptions
 

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