public interface MinimalCFG<T>
extends com.ibm.wala.util.graph.NumberedGraph<T>
| Modifier and Type | Method and Description |
|---|---|
T |
entry()
Return the entry basic block in the CFG
|
T |
exit() |
java.util.Collection<T> |
getExceptionalPredecessors(T b)
The order of blocks returned should be arbitrary but deterministic.
|
java.util.List<T> |
getExceptionalSuccessors(T b)
The order of blocks returned must indicate the exception-handling scope.
|
java.util.Collection<T> |
getNormalPredecessors(T b)
The order of blocks returned should be arbitrary but deterministic.
|
java.util.Collection<T> |
getNormalSuccessors(T b)
The order of blocks returned should be arbitrary but deterministic.
|
getMaxNumber, getNode, getNumber, iterateNodesaddNode, containsNode, getNumberOfNodes, iterator, removeNode, streamT entry()
T exit()
java.util.List<T> getExceptionalSuccessors(T b)
java.util.Collection<T> getNormalSuccessors(T b)
java.util.Collection<T> getExceptionalPredecessors(T b)