tweak a comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3016 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-09-02 15:27:35 +00:00
parent 45f74284a7
commit 8925ec7f9e
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ import com.ibm.wala.util.intset.IntSet;
*/
public interface TabulationResult<T, P, F> {
/**
* get the bitvector of facts that hold at the entry to a given node
* get the bitvector of facts that hold at IN for a given node in the supergraph.
*
* @param node
* @param node a node in the supergraph
* @return SparseIntSet efficiently representing the bitvector
*/
public IntSet getResult(T node);