Uses of Interface
soot.baf.DynamicInvokeInst

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

Methods in soot.baf that return DynamicInvokeInst
 DynamicInvokeInst Baf.newDynamicInvokeInst(SootMethodRef bsmMethodRef, List<Value> bsmArgs, SootMethodRef methodRef)
           
 DynamicInvokeInst Baf.newDynamicInvokeInst(SootMethodRef bsmMethodRef, List<Value> bsmArgs, SootMethodRef methodRef)
           
 

Methods in soot.baf with parameters of type DynamicInvokeInst
 void InstSwitch.caseDynamicInvokeInst(DynamicInvokeInst i)
           
 void InstSwitch.caseDynamicInvokeInst(DynamicInvokeInst i)
           
 

Uses of DynamicInvokeInst in soot.baf.internal
 

Classes in soot.baf.internal that implement DynamicInvokeInst
 class BDynamicInvokeInst
           
 

Uses of DynamicInvokeInst in soot.jbco.bafTransformations
 

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

Uses of DynamicInvokeInst in soot.toolkits.exceptions
 

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