harpoon.Temp
Class TempList

java.lang.Object
  extended by harpoon.Temp.TempList

public class TempList
extends Object

A singly-linked list of temporary variables.

Version:
$Id: TempList.java,v 1.4 2002/02/25 21:07:05 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

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

Field Detail

head

public Temp head

tail

public TempList tail
Constructor Detail

TempList

public TempList(Temp h,
                TempList t)
Method Detail

toString

public String toString()
Overrides:
toString in class Object