coins.ffront
クラス Quad

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

public class Quad
extends Triple


フィールドの概要
(パッケージプライベート)  Node last
           
 
クラス coins.ffront.Triple から継承したフィールド
extra
 
クラス coins.ffront.Pair から継承したフィールド
fHir, left, right
 
コンストラクタの概要
Quad(Node pLeft, Node pRight, Node pExtra, Node pLast, FirToHir pfHir)
           
 
メソッドの概要
 Node getLast()
           
 void print(int level, java.lang.String spaces)
           
 
クラス coins.ffront.Triple から継承したメソッド
getExtra
 
クラス coins.ffront.Pair から継承したメソッド
getLeft, getRight, makeArgAddr, makeExp, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

last

Node last
コンストラクタの詳細

Quad

public Quad(Node pLeft,
            Node pRight,
            Node pExtra,
            Node pLast,
            FirToHir pfHir)
メソッドの詳細

print

public void print(int level,
                  java.lang.String spaces)
定義:
インタフェース Node 内の print
オーバーライド:
クラス Triple 内の print

getLast

public Node getLast()