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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of IfNullInst in soot.baf
 

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

Methods in soot.baf with parameters of type IfNullInst
 void InstSwitch.caseIfNullInst(IfNullInst i)
           
 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.jbco.bafTransformations
 

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

Uses of IfNullInst in soot.toolkits.exceptions
 

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