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

Uses of IfNeInst in soot.baf
 

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

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

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