public class VectorGenFlowFunction extends Object implements IReversibleFlowFunction
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.util.intset.IntSet |
getSources(int i) |
com.ibm.wala.util.intset.IntSet |
getTargets(int i) |
static VectorGenFlowFunction |
make(com.ibm.wala.util.intset.IntSet gen) |
String |
toString() |
public com.ibm.wala.util.intset.IntSet getTargets(int i)
getTargets in interface IUnaryFlowFunctionpublic com.ibm.wala.util.intset.IntSet getSources(int i)
getSources in interface IReversibleFlowFunctionpublic static VectorGenFlowFunction make(com.ibm.wala.util.intset.IntSet gen)
gen - the intset of facts which should be gen'ed by a functionCopyright © 2015. All rights reserved.