public class NumberedDominators<T> extends Dominators<T>
Dominators.DominatorInfo
G, reachableNodeCount, root
Constructor and Description |
---|
NumberedDominators(NumberedGraph<T> G,
T root) |
Modifier and Type | Method and Description |
---|---|
NumberedGraph<T> |
getGraph() |
protected Dominators.DominatorInfo |
getInfo(T node) |
analyze, dominators, dominatorTree, getIdom, isDominatedBy, make, toString
public NumberedDominators(NumberedGraph<T> G, T root) throws IllegalArgumentException
IllegalArgumentException
public NumberedGraph<T> getGraph()
getGraph
in class Dominators<T>
protected final Dominators.DominatorInfo getInfo(T node)
getInfo
in class Dominators<T>