See: Description
| Interface | Description |
|---|---|
| IBasicBlock |
IBasicBlock defines the minimum necessary semantics
of a vertex in an AET method body's
IFlowgraph. |
| IFlowgraph |
IFlowgraph defines the operations required of an object
that can serve as an AET flowgraph.
|
A flowgraph is a directed graph with
a set of vertices, represented by the IBasicBlock interface, and
a set of edges, represented by IBasicBlock.getSuccessors().
Copyright © 2016 The Apache Software Foundation. All rights reserved.