public interface IBinaryReturnFlowFunction extends IFlowFunction
This function should be pairwise distributive for use with the Tabulation algorithm.
SJF: I have made this extend IFlowFunction to minimize damage to the extant class hierarchy. But calling super.getTargets() will be a problem, so be very careful in how you implement and use this. The Tabulation solver will do the right thing.
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.util.intset.SparseIntSet |
getTargets(int call_d,
int exit_d) |
com.ibm.wala.util.intset.SparseIntSet getTargets(int call_d,
int exit_d)
call_d - factoid of the caller at the call siteexit_d - factoid of the callee at the exit site