Class KillEverything

java.lang.Object
com.ibm.wala.dataflow.IFDS.KillEverything
All Implemented Interfaces:
IFlowFunction, IUnaryFlowFunction

public class KillEverything extends Object implements IUnaryFlowFunction
A flow function that kills everything (even 0)
Author:
sjfink
  • Method Details

    • singleton

      public static KillEverything singleton()
    • getTargets

      public SparseIntSet getTargets(int d1)
      Specified by:
      getTargets in interface IUnaryFlowFunction
      Returns:
      set of d2 such that (d1,d2) is an edge in this distributive function's graph representation, or null if there are none