|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.ffront.Pair
|
+--coins.ffront.Triple
|
+--coins.ffront.Quad
| フィールドの概要 | |
(パッケージプライベート) 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 |
| フィールドの詳細 |
Node last
| コンストラクタの詳細 |
public Quad(Node pLeft,
Node pRight,
Node pExtra,
Node pLast,
FirToHir pfHir)
| メソッドの詳細 |
public void print(int level,
java.lang.String spaces)
Node 内の printTriple 内の printpublic Node getLast()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||