Uses of Interface
soot.baf.PrimitiveCastInst

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

Methods in soot.baf that return PrimitiveCastInst
 PrimitiveCastInst Baf.newPrimitiveCastInst(Type fromType, Type toType)
           
 

Methods in soot.baf with parameters of type PrimitiveCastInst
 void InstSwitch.casePrimitiveCastInst(PrimitiveCastInst i)
           
 

Uses of PrimitiveCastInst in soot.baf.internal
 

Classes in soot.baf.internal that implement PrimitiveCastInst
 class BPrimitiveCastInst
           
 

Uses of PrimitiveCastInst in soot.toolkits.exceptions
 

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