Uses of Interface
soot.baf.SwapInst

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

Methods in soot.baf that return SwapInst
 SwapInst Baf.newSwapInst(Type fromType, Type toType)
           
 SwapInst Baf.newSwapInst(Type fromType, Type toType)
           
 

Methods in soot.baf with parameters of type SwapInst
 void InstSwitch.caseSwapInst(SwapInst i)
           
 void InstSwitch.caseSwapInst(SwapInst i)
           
 

Uses of SwapInst in soot.baf.internal
 

Classes in soot.baf.internal that implement SwapInst
 class BSwapInst
           
 

Uses of SwapInst in soot.jbco.bafTransformations
 

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

Uses of SwapInst in soot.toolkits.exceptions
 

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