Package pascal.taie.util.graph
Class Reachability<N>
java.lang.Object
pascal.taie.util.graph.Reachability<N>
- Type Parameters:
N
- type of graph nodes.
Computes reachability information for graph.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Reachability
-
-
Method Details
-
reachableNodesFrom
- Returns:
- all nodes those can be reached from
source
.
-
nodesCanReach
- Returns:
- all nodes those can reach
target
.
-