public class GenericDominators<T> extends Dominators<T>
Sources: TOPLAS article, Muchnick book
Dominators.DominatorInfoG, 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, getIdom, isDominatedBy, make, toStringpublic GenericDominators(Graph<T> G, T root) throws IllegalArgumentException
IllegalArgumentExceptionprotected Dominators.DominatorInfo getInfo(T node)
getInfo in class Dominators<T>