harpoon.Analysis.PointerAnalysis
Class PAWorkList

java.lang.Object
  extended by harpoon.Analysis.PointerAnalysis.PAWorkSet
      extended by harpoon.Analysis.PointerAnalysis.PAWorkList
All Implemented Interfaces:
Serializable

public class PAWorkList
extends PAWorkSet
implements Serializable

PAWorkList

Version:
$Id: PAWorkList.java,v 1.2 2002/02/25 20:58:40 cananian Exp $
Author:
Alexandru SALCIANU <salcianu@retezat.lcs.mit.edu>
See Also:
Serialized Form

Constructor Summary
PAWorkList()
          Creates a PAWorkList.
 
Method Summary
 boolean add(Object o)
           
 boolean contains(Object o)
           
 boolean isEmpty()
           
 Object remove()
           
 
Methods inherited from class harpoon.Analysis.PointerAnalysis.PAWorkSet
addAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAWorkList

public PAWorkList()
Creates a PAWorkList.

Method Detail

add

public final boolean add(Object o)
Specified by:
add in class PAWorkSet

remove

public final Object remove()
Specified by:
remove in class PAWorkSet

contains

public final boolean contains(Object o)
Specified by:
contains in class PAWorkSet

isEmpty

public final boolean isEmpty()
Specified by:
isEmpty in class PAWorkSet