Class IdentityFlowFunction
java.lang.Object
com.ibm.wala.dataflow.IFDS.IdentityFlowFunction
- All Implemented Interfaces:
IFlowFunction
,IReversibleFlowFunction
,IUnaryFlowFunction
A flow function where out == in
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSources
(int i) getTargets
(int i) static IdentityFlowFunction
identity()
toString()
-
Constructor Details
-
IdentityFlowFunction
public IdentityFlowFunction()
-
-
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
-
identity
-
toString
-