D
- The type of data-flow facts to be computed by the tabulation problem.public class KillAll<D> extends java.lang.Object implements FlowFunction<D>
Modifier and Type | Method and Description |
---|---|
java.util.Set<D> |
computeTargets(D source)
Returns the target values reachable from the source.
|
static <D> KillAll<D> |
v() |
public java.util.Set<D> computeTargets(D source)
FlowFunction
computeTargets
in interface FlowFunction<D>
public static <D> KillAll<D> v()