public class MHGDominatorTree extends DominatorTree
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<DominatorNode> |
heads |
dominators, godeToDode, graph, head, tails| Constructor and Description |
|---|
MHGDominatorTree(DominatorsFinder dominators) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildTree()
This overrides the parent buildTree to allow multiple heads.
|
java.util.List<DominatorNode> |
getHeads()
Returns the root(s)!!! of the dominator tree.
|
fetchDode, fetchParent, getChildrenOf, getDode, getGraph, getHead, getParentOf, getPredsOf, getSuccsOf, getTails, isDominatorOf, isImmediateDominatorOf, iterator, sizeprotected java.util.ArrayList<DominatorNode> heads
public MHGDominatorTree(DominatorsFinder dominators)
public java.util.List<DominatorNode> getHeads()
protected void buildTree()
buildTree in class DominatorTreeCopyright © 2012-2019 RoboVM AB. All Rights Reserved.