All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.Temp.TempList

java.lang.Object
   |
   +----harpoon.Temp.TempList

public class TempList
extends Object
A singly-linked list of temporary variables.


Variable Index

 o head
 o tail

Constructor Index

 o TempList(Temp, TempList)

Variables

 o head
 public Temp head
 o tail
 public TempList tail

Constructors

 o TempList
 public TempList(Temp h,
                 TempList t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index