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.toolkits.exceptions   
 

Uses of InstanceCastInst in soot.baf
 

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

Methods in soot.baf with parameters of type InstanceCastInst
 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.toolkits.exceptions
 

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