Uses of Interface
soot.baf.IfCmpNeInst

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

Methods in soot.baf that return IfCmpNeInst
 IfCmpNeInst Baf.newIfCmpNeInst(Type opType, Unit unit)
           
 IfCmpNeInst Baf.newIfCmpNeInst(Type opType, Unit unit)
           
 

Methods in soot.baf with parameters of type IfCmpNeInst
 void InstSwitch.caseIfCmpNeInst(IfCmpNeInst i)
           
 void InstSwitch.caseIfCmpNeInst(IfCmpNeInst i)
           
 

Uses of IfCmpNeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfCmpNeInst
 class BIfCmpNeInst
           
 

Uses of IfCmpNeInst in soot.jbco.bafTransformations
 

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

Uses of IfCmpNeInst in soot.toolkits.exceptions
 

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