Uses of Interface
soot.jimple.RefSwitch

Packages that use RefSwitch
soot.grimp Public classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.spark.builder   
soot.shimple Public classes for the SSA Shimple intermediate representation. 
soot.sootify   
soot.toolkits.exceptions   
 

Uses of RefSwitch in soot.grimp
 

Subinterfaces of RefSwitch in soot.grimp
 interface GrimpValueSwitch
           
 

Classes in soot.grimp that implement RefSwitch
 class AbstractGrimpValueSwitch
           
 

Uses of RefSwitch in soot.jimple
 

Subinterfaces of RefSwitch in soot.jimple
 interface JimpleValueSwitch
           
 

Classes in soot.jimple that implement RefSwitch
 class AbstractJimpleValueSwitch
           
 class AbstractRefSwitch
           
 

Uses of RefSwitch in soot.jimple.spark.builder
 

Classes in soot.jimple.spark.builder that implement RefSwitch
 class MethodNodeFactory
          Class implementing builder parameters (this decides what kinds of nodes should be built for each kind of Soot value).
 

Uses of RefSwitch in soot.shimple
 

Subinterfaces of RefSwitch in soot.shimple
 interface ShimpleValueSwitch
           
 

Classes in soot.shimple that implement RefSwitch
 class AbstractShimpleValueSwitch
           
 

Uses of RefSwitch in soot.sootify
 

Classes in soot.sootify that implement RefSwitch
 class ValueTemplatePrinter
           
 

Uses of RefSwitch in soot.toolkits.exceptions
 

Classes in soot.toolkits.exceptions that implement RefSwitch
protected  class UnitThrowAnalysis.ValueSwitch