Uses of Interface
soot.baf.Dup1_x2Inst

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

Methods in soot.baf that return Dup1_x2Inst
 Dup1_x2Inst Baf.newDup1_x2Inst(Type aOpType, Type aUnder1Type, Type aUnder2Type)
           
 Dup1_x2Inst Baf.newDup1_x2Inst(Type aOpType, Type aUnder1Type, Type aUnder2Type)
           
 

Methods in soot.baf with parameters of type Dup1_x2Inst
 void InstSwitch.caseDup1_x2Inst(Dup1_x2Inst i)
           
 void InstSwitch.caseDup1_x2Inst(Dup1_x2Inst i)
           
 

Uses of Dup1_x2Inst in soot.baf.internal
 

Classes in soot.baf.internal that implement Dup1_x2Inst
 class BDup1_x2Inst
           
 

Uses of Dup1_x2Inst in soot.jbco.bafTransformations
 

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

Uses of Dup1_x2Inst in soot.toolkits.exceptions
 

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