Class TabulationSolver.Result
java.lang.Object
com.ibm.wala.dataflow.IFDS.TabulationSolver.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget the bitvector of facts that hold at the entry to a given nodegetSeeds()
getSummaryTargets
(T n1, int d1, T n2) toString()
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getResult
-
toString
-
getProblem
- Specified by:
getProblem
in interfaceTabulationResult<T,
P, F> - Returns:
- the governing IFDS problem
-
getSupergraphNodesReached
- Specified by:
getSupergraphNodesReached
in interfaceTabulationResult<T,
P, F> - Returns:
- the set of supergraph nodes for which any fact is reached
-
getSummaryTargets
- Specified by:
getSummaryTargets
in interfaceTabulationResult<T,
P, F> - Returns:
- set of d2 s.t. (n1,d1) -> (n2,d2) is recorded as a summary edge, or null if none found
-
getSeeds
-