Class ReturnFlowFunction<E extends ISSABasicBlock>
java.lang.Object
org.scandroid.flow.functions.ReturnFlowFunction<E>
- All Implemented Interfaces:
IFlowFunction
,IUnaryFlowFunction
public class ReturnFlowFunction<E extends ISSABasicBlock>
extends Object
implements IUnaryFlowFunction
- Author:
- creswick
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ReturnFlowFunction
- Parameters:
def
- of the invoke instruction we're returning to
-
-
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
-