Class IFDSTaintFlowFunctionProvider.ReturnDefUse
java.lang.Object
org.scandroid.flow.functions.IFDSTaintFlowFunctionProvider.ReturnDefUse
- All Implemented Interfaces:
IFlowFunction, IUnaryFlowFunction
- Enclosing class:
IFDSTaintFlowFunctionProvider<E extends ISSABasicBlock>
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionReturnDefUse(BasicBlockInContext<E> dest, BasicBlockInContext<E> call) Deprecated. -
Method Summary
-
Constructor Details
-
ReturnDefUse
Deprecated.
-
-
Method Details
-
getTargets
Deprecated.- Specified by:
getTargetsin 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
-