harpoon.Backend.CSAHack.Graph
Class NodeList

java.lang.Object
  extended by harpoon.Backend.CSAHack.Graph.NodeList

public class NodeList
extends Object


Field Summary
 Node head
           
 NodeList tail
           
 
Constructor Summary
NodeList(Node h, NodeList t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

public Node head

tail

public NodeList tail
Constructor Detail

NodeList

public NodeList(Node h,
                NodeList t)