harpoon.Analysis.PointerAnalysis
Class ListCell

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

public class ListCell
extends Object
implements Serializable

ListCell

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

Field Summary
 Object info
           
 ListCell next
           
 
Constructor Summary
ListCell(Object info, ListCell next)
          Creates a ListCell.
 
Method Summary
static boolean identical(ListCell l1, ListCell l2)
          Checks teh identity of two lists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

public Object info

next

public ListCell next
Constructor Detail

ListCell

public ListCell(Object info,
                ListCell next)
Creates a ListCell.

Method Detail

identical

public static boolean identical(ListCell l1,
                                ListCell l2)
Checks teh identity of two lists.