coins.ffront
Class DoListNode

java.lang.Object
  extended bycoins.ffront.Pair
      extended bycoins.ffront.DoListNode
All Implemented Interfaces:
Node

public class DoListNode
extends Pair


Field Summary
 
Fields inherited from class coins.ffront.Pair
fHir, left, right
 
Constructor Summary
DoListNode(FirList pList, Node pDoSpec, FirToHir pfHir)
           
 
Methods inherited from class coins.ffront.Pair
getLeft, getRight, makeArgAddr, makeExp, print, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoListNode

public DoListNode(FirList pList,
                  Node pDoSpec,
                  FirToHir pfHir)