Uses of Interface
soot.baf.Dup2_x1Inst

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

Methods in soot.baf that return Dup2_x1Inst
 Dup2_x1Inst Baf.newDup2_x1Inst(Type aOp1Type, Type aOp2Type, Type aUnderType)
           
 Dup2_x1Inst Baf.newDup2_x1Inst(Type aOp1Type, Type aOp2Type, Type aUnderType)
           
 

Methods in soot.baf with parameters of type Dup2_x1Inst
 void InstSwitch.caseDup2_x1Inst(Dup2_x1Inst i)
           
 void InstSwitch.caseDup2_x1Inst(Dup2_x1Inst i)
           
 

Uses of Dup2_x1Inst in soot.baf.internal
 

Classes in soot.baf.internal that implement Dup2_x1Inst
 class BDup2_x1Inst
           
 

Uses of Dup2_x1Inst in soot.jbco.bafTransformations
 

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

Uses of Dup2_x1Inst in soot.toolkits.exceptions
 

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