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