coins.ffront
クラス Triple

java.lang.Object
  |
  +--coins.ffront.Pair
        |
        +--coins.ffront.Triple
すべての実装インタフェース:
Node
直系の既知のサブクラス:
Quad

public class Triple
extends Pair


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

フィールドの詳細

extra

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

Triple

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

print

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

getExtra

public Node getExtra()