|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.dataflow.IFDS.VectorKillFlowFunction
public class VectorKillFlowFunction
A function which kills a vector of incoming dataflow facts
| Method Summary | |
|---|---|
SparseIntSet |
getSources(int i)
|
SparseIntSet |
getTargets(int i)
|
static VectorKillFlowFunction |
make(IntSet kill)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public SparseIntSet getTargets(int i)
getTargets in interface IUnaryFlowFunctionpublic SparseIntSet getSources(int i)
getSources in interface IReversibleFlowFunctionpublic static VectorKillFlowFunction make(IntSet kill)
kill - the intset of facts which should be killed by a function
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||