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

Uses of IfCmpNeInst in soot.baf
 

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

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

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