Class KillEverything
java.lang.Object
com.ibm.wala.dataflow.IFDS.KillEverything
- All Implemented Interfaces:
IFlowFunction
,IUnaryFlowFunction
A flow function that kills everything (even 0)
- Author:
- sjfink
-
Method Summary
-
Method Details
-
singleton
-
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
-