Uses of Interface
soot.baf.IfNonNullInst

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

Methods in soot.baf that return IfNonNullInst
 IfNonNullInst Baf.newIfNonNullInst(Unit unit)
           
 IfNonNullInst Baf.newIfNonNullInst(Unit unit)
           
 

Methods in soot.baf with parameters of type IfNonNullInst
 void InstSwitch.caseIfNonNullInst(IfNonNullInst i)
           
 void InstSwitch.caseIfNonNullInst(IfNonNullInst i)
           
 

Uses of IfNonNullInst in soot.baf.internal
 

Classes in soot.baf.internal that implement IfNonNullInst
 class BIfNonNullInst
           
 

Uses of IfNonNullInst in soot.jbco.bafTransformations
 

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

Uses of IfNonNullInst in soot.toolkits.exceptions
 

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