coins.ffront
クラス DoListNode

java.lang.Object
  |
  +--coins.ffront.Pair
        |
        +--coins.ffront.DoListNode
すべての実装インタフェース:
Node

public class DoListNode
extends Pair


フィールドの概要
 
クラス coins.ffront.Pair から継承したフィールド
fHir, left, right
 
コンストラクタの概要
DoListNode(FirList pList, Node pDoSpec, FirToHir pfHir)
           
 
クラス coins.ffront.Pair から継承したメソッド
getLeft, getRight, makeArgAddr, makeExp, print, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DoListNode

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