Uses of Interface
soot.baf.InstanceOfInst

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

Methods in soot.baf that return InstanceOfInst
 InstanceOfInst Baf.newInstanceOfInst(Type opType)
           
 InstanceOfInst Baf.newInstanceOfInst(Type opType)
           
 

Methods in soot.baf with parameters of type InstanceOfInst
 void InstSwitch.caseInstanceOfInst(InstanceOfInst i)
           
 void InstSwitch.caseInstanceOfInst(InstanceOfInst i)
           
 

Uses of InstanceOfInst in soot.baf.internal
 

Classes in soot.baf.internal that implement InstanceOfInst
 class BInstanceOfInst
           
 

Uses of InstanceOfInst in soot.jbco.bafTransformations
 

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

Uses of InstanceOfInst in soot.toolkits.exceptions
 

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