Uses of Interface
soot.toolkits.graph.DominatorsFinder

Packages that use DominatorsFinder
soot.shimple Public classes for the SSA Shimple intermediate representation. 
soot.toolkits.graph Toolkit to produce and manipulate various types of control flow graphs. 
 

Uses of DominatorsFinder in soot.shimple
 

Fields in soot.shimple declared as DominatorsFinder
protected  DominatorsFinder DefaultShimpleFactory.dFinder
           
 

Methods in soot.shimple that return DominatorsFinder
 DominatorsFinder DefaultShimpleFactory.getDominatorsFinder()
           
 DominatorsFinder ShimpleFactory.getDominatorsFinder()
           
 

Uses of DominatorsFinder in soot.toolkits.graph
 

Classes in soot.toolkits.graph that implement DominatorsFinder
 class SimpleDominatorsFinder
          Wrapper class for a simple dominators analysis based on a simple flow analysis algorithm.
 

Fields in soot.toolkits.graph declared as DominatorsFinder
protected  DominatorsFinder DominatorTree.dominators
           
 

Constructors in soot.toolkits.graph with parameters of type DominatorsFinder
DominatorTree(DominatorsFinder dominators)