Class IFDSTaintFlowFunctionProvider.ReturnDefUse
java.lang.Object
org.scandroid.flow.functions.IFDSTaintFlowFunctionProvider.ReturnDefUse
- All Implemented Interfaces:
IFlowFunction, IUnaryFlowFunction
- Enclosing class:
IFDSTaintFlowFunctionProvider<E extends ISSABasicBlock>
@Deprecated(forRemoval=true,
since="1.7.2")
public class IFDSTaintFlowFunctionProvider.ReturnDefUse
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionReturnDefUse(BasicBlockInContext<E> dest, BasicBlockInContext<E> call) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetTargets(int d1) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ReturnDefUse
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTargets
Deprecated, for removal: This API element is subject to removal in a future version.- 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
-