Uses of Interface
soot.baf.IfNeInst

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

Methods in soot.baf that return IfNeInst
 IfNeInst Baf.newIfNeInst(Unit unit)
           
 IfNeInst Baf.newIfNeInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfNeInst
 void InstSwitch.caseIfNeInst(IfNeInst i)
           
 void InstSwitch.caseIfNeInst(IfNeInst i)
           
 

Uses of IfNeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfNeInst
 class BIfNeInst
           
 

Uses of IfNeInst in soot.jbco.bafTransformations
 

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

Uses of IfNeInst in soot.toolkits.exceptions
 

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