Class GraphSlicer
java.lang.Object
com.ibm.wala.util.graph.GraphSlicer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GraphSlicer
public GraphSlicer()
-
-
Method Details
-
slice
Performs a backward slice.- Type Parameters:
T
- type for nodes- Parameters:
g
- the graph to slicep
- identifies targets for the backward slice- Returns:
- the set of nodes in g, from which any of the targets (nodes that f accepts) is reachable.
-
prune
-
project
-