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.jbco.bafTransformations   
soot.toolkits.exceptions   
 

Uses of PrimitiveCastInst in soot.baf
 

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

Methods in soot.baf with parameters of type PrimitiveCastInst
 void InstSwitch.casePrimitiveCastInst(PrimitiveCastInst i)
           
 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.jbco.bafTransformations
 

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

Uses of PrimitiveCastInst in soot.toolkits.exceptions
 

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