Class ConstantFlowFunction<E extends ISSABasicBlock>
java.lang.Object
org.scandroid.flow.functions.ConstantFlowFunction<E>
- All Implemented Interfaces:
IFlowFunction
,IUnaryFlowFunction
public class ConstantFlowFunction<E extends ISSABasicBlock>
extends Object
implements IUnaryFlowFunction
A flow function which maps the zero fact to a set of new dataflow facts, essentially introducing
them from nothing. Identity for all other facts.
- Author:
- acfoltzer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConstantFlowFunction
-
-
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
-