Uses of Class
soot.toolkits.graph.DominatorTree

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

Uses of DominatorTree in soot.shimple
 

Fields in soot.shimple declared as DominatorTree
protected  DominatorTree DefaultShimpleFactory.dTree
           
protected  DominatorTree DefaultShimpleFactory.dTree
           
protected  DominatorTree DefaultShimpleFactory.rdTree
           
protected  DominatorTree DefaultShimpleFactory.rdTree
           
 

Methods in soot.shimple that return DominatorTree
 DominatorTree DefaultShimpleFactory.getDominatorTree()
           
 DominatorTree ShimpleFactory.getDominatorTree()
           
 DominatorTree ShimpleFactory.getDominatorTree()
           
 DominatorTree DefaultShimpleFactory.getDominatorTree()
           
 DominatorTree DefaultShimpleFactory.getReverseDominatorTree()
           
 DominatorTree ShimpleFactory.getReverseDominatorTree()
           
 DominatorTree ShimpleFactory.getReverseDominatorTree()
           
 DominatorTree DefaultShimpleFactory.getReverseDominatorTree()
           
 

Uses of DominatorTree in soot.shimple.internal
 

Fields in soot.shimple.internal declared as DominatorTree
protected  DominatorTree PhiNodeManager.dt
           
protected  DominatorTree PiNodeManager.dt
           
protected  DominatorTree ShimpleBodyBuilder.dt
           
protected  DominatorTree ShimpleBodyBuilder.dt
           
protected  DominatorTree PiNodeManager.dt
           
protected  DominatorTree PhiNodeManager.dt
           
 

Uses of DominatorTree in soot.toolkits.graph
 

Fields in soot.toolkits.graph declared as DominatorTree
protected  DominatorTree CytronDominanceFrontier.dt
           
protected  DominatorTree CytronDominanceFrontier.dt
           
 

Constructors in soot.toolkits.graph with parameters of type DominatorTree
CytronDominanceFrontier(DominatorTree dt)
           
CytronDominanceFrontier(DominatorTree dt)
           
DominatorTreeAdapter(DominatorTree dt)
           
DominatorTreeAdapter(DominatorTree dt)
           
 

Uses of DominatorTree in soot.toolkits.graph.pdg
 

Subclasses of DominatorTree in soot.toolkits.graph.pdg
 class MHGDominatorTree
          Constructs a multi-headed dominator tree.
 

Methods in soot.toolkits.graph.pdg that return DominatorTree
 DominatorTree RegionAnalysis.getDominatorTree()
           
 DominatorTree RegionAnalysis.getDominatorTree()
           
 DominatorTree RegionAnalysis.getPostDominatorTree()
           
 DominatorTree RegionAnalysis.getPostDominatorTree()