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
           
protected  DominatorsFinder DefaultShimpleFactory.dFinder
           
protected  DominatorsFinder DefaultShimpleFactory.rdFinder
           
protected  DominatorsFinder DefaultShimpleFactory.rdFinder
           
 

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

Uses of DominatorsFinder in soot.toolkits.graph
 

Classes in soot.toolkits.graph that implement DominatorsFinder
 class MHGDominatorsFinder
          Calculate dominators for basic blocks.
 class MHGPostDominatorsFinder
          Post-dominators finder for multi-headed graph.
 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
           
protected  DominatorsFinder DominatorTree.dominators
           
 

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