DominatorTree<'V, 'E> Type
Dominator tree interface. A dominator tree is a tree where each node's children are those nodes it immediately dominates.
Constructors
Constructor | Description |
Full Usage:
DominatorTree(g, getIDom)
Parameters:
IDiGraphAccessible<'V, 'E>
getIDom : IVertex<'V> -> IVertex<'V>
Returns: DominatorTree<'V, 'E>
|
|
Instance members
Instance member | Description |
|
|
|
|