Package | Description |
---|---|
org.apache.flex.abc.graph |
This package cotains interfaces that define the behavior of a flowgraph.
|
org.apache.flex.abc.graph.algorithms |
This package contains standard static analysis data structures,
such as dominator trees and dominance frontiers.
|
org.apache.flex.abc.semantics |
This package contains representations of the individual components of an ABC.
|
Class and Description |
---|
DominatorTree
An implementation of the O(n log n) Lengauer-Tarjan algorithm for building the
dominator tree
of a
flowgraph . |
Class and Description |
---|
DominatorTree.Multimap
Multimap maps a key to a set of values.
|
Class and Description |
---|
DominatorTree
An implementation of the O(n log n) Lengauer-Tarjan algorithm for building the
dominator tree
of a
flowgraph . |
Copyright © 2016 The Apache Software Foundation. All rights reserved.