Class GlobalReturnToNodeFunction<E extends ISSABasicBlock>
java.lang.Object
org.scandroid.flow.functions.GlobalReturnToNodeFunction<E>
- All Implemented Interfaces:
IFlowFunction
,IUnaryFlowFunction
public class GlobalReturnToNodeFunction<E extends ISSABasicBlock>
extends Object
implements IUnaryFlowFunction
Propagates heap information from InstanceKeys to the LocalElements that point to those keys
- Author:
- acfoltzer
-
Constructor Summary
ConstructorDescriptionGlobalReturnToNodeFunction
(IFDSTaintDomain<E> domain, PointerAnalysis<InstanceKey> pa, CGNode node) -
Method Summary
-
Constructor Details
-
GlobalReturnToNodeFunction
public GlobalReturnToNodeFunction(IFDSTaintDomain<E> domain, PointerAnalysis<InstanceKey> pa, CGNode node)
-
-
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
-