Class SingletonFlowFunction
java.lang.Object
com.ibm.wala.dataflow.IFDS.SingletonFlowFunction
- All Implemented Interfaces:
IFlowFunction
,IReversibleFlowFunction
,IUnaryFlowFunction
A flow function which has only the edge 0 -> dest
-
Method Summary
Modifier and TypeMethodDescriptionstatic SingletonFlowFunction
create
(int dest) getSources
(int i) getTargets
(int i)
-
Method Details
-
getTargets
- Specified by:
getTargets
in interfaceIUnaryFlowFunction
- Returns:
- set of d2 such that (d1,d2) is an edge in this distributive function's graph representation, or null if there are none
-
getSources
- Specified by:
getSources
in interfaceIReversibleFlowFunction
- Returns:
- set of d1 such that (d1,d2) is an edge in this distributive function's graph representation, or null if there are none
-
create
-