Package com.ibm.wala.dataflow.IFDS
Interface ITabulationWorklist<T>
-
- Type Parameters:
T- represents type of nodes in the supergraph.
- All Known Implementing Classes:
TabulationSolver.Worklist
public interface ITabulationWorklist<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsert(PathEdge<T> elt)intsize()PathEdge<T>take()
-