Uses of Interface
soot.baf.IfNullInst

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

Methods in soot.baf that return IfNullInst
 IfNullInst Baf.newIfNullInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfNullInst
 void InstSwitch.caseIfNullInst(IfNullInst i)
           
 

Uses of IfNullInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfNullInst
 class BIfNullInst
           
 

Uses of IfNullInst in soot.toolkits.exceptions
 

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