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. 
 

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 DefaultShimpleFactory.getDominatorTree()
           
 DominatorTree ShimpleFactory.getDominatorTree()
           
 DominatorTree DefaultShimpleFactory.getReverseDominatorTree()
           
 DominatorTree ShimpleFactory.getReverseDominatorTree()
           
 DominatorTree DefaultShimpleFactory.getReverseDominatorTree()
           
 DominatorTree ShimpleFactory.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 PiNodeManager.dt
           
protected  DominatorTree PhiNodeManager.dt
           
protected  DominatorTree ShimpleBodyBuilder.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)