Uses of Interface
soot.baf.Dup2Inst

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

Methods in soot.baf that return Dup2Inst
 Dup2Inst Baf.newDup2Inst(Type aOp1Type, Type aOp2Type)
           
 Dup2Inst Baf.newDup2Inst(Type aOp1Type, Type aOp2Type)
           
 

Methods in soot.baf with parameters of type Dup2Inst
 void InstSwitch.caseDup2Inst(Dup2Inst i)
           
 void InstSwitch.caseDup2Inst(Dup2Inst i)
           
 

Uses of Dup2Inst in soot.baf.internal
 

Classes in soot.baf.internal that implement Dup2Inst
 class BDup2Inst
           
 

Uses of Dup2Inst in soot.jbco.bafTransformations
 

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

Uses of Dup2Inst in soot.toolkits.exceptions
 

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