Uses of Interface
soot.baf.Dup1Inst

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

Methods in soot.baf that return Dup1Inst
 Dup1Inst Baf.newDup1Inst(Type type)
           
 Dup1Inst Baf.newDup1Inst(Type type)
           
 

Methods in soot.baf with parameters of type Dup1Inst
 void InstSwitch.caseDup1Inst(Dup1Inst i)
           
 void InstSwitch.caseDup1Inst(Dup1Inst i)
           
 

Uses of Dup1Inst in soot.baf.internal
 

Classes in soot.baf.internal that implement Dup1Inst
 class BDup1Inst
           
 

Uses of Dup1Inst in soot.jbco.bafTransformations
 

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

Uses of Dup1Inst in soot.toolkits.exceptions
 

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