Uses of Interface
soot.baf.InstanceCastInst

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

Methods in soot.baf that return InstanceCastInst
 InstanceCastInst Baf.newInstanceCastInst(Type opType)
           
 InstanceCastInst Baf.newInstanceCastInst(Type opType)
           
 

Methods in soot.baf with parameters of type InstanceCastInst
 void InstSwitch.caseInstanceCastInst(InstanceCastInst i)
           
 void InstSwitch.caseInstanceCastInst(InstanceCastInst i)
           
 

Uses of InstanceCastInst in soot.baf.internal
 

Classes in soot.baf.internal that implement InstanceCastInst
 class BInstanceCastInst
           
 

Uses of InstanceCastInst in soot.jbco.bafTransformations
 

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

Uses of InstanceCastInst in soot.toolkits.exceptions
 

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