|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.ffront.Pair
| フィールドの概要 | |
(パッケージプライベート) FirToHir |
fHir
|
(パッケージプライベート) Node |
left
|
(パッケージプライベート) Node |
right
|
| コンストラクタの概要 | |
Pair(Node p1,
Node p2,
FirToHir pfHir)
|
|
| メソッドの概要 | |
Node |
getLeft()
|
Node |
getRight()
|
Exp |
makeArgAddr(FStmt pFStmt)
|
Exp |
makeExp()
|
void |
print(int level,
java.lang.String spaces)
|
java.lang.String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
FirToHir fHir
Node left
Node right
| コンストラクタの詳細 |
public Pair(Node p1,
Node p2,
FirToHir pfHir)
| メソッドの詳細 |
public Node getLeft()
public Node getRight()
public void print(int level,
java.lang.String spaces)
Node 内の printpublic java.lang.String toString()
Node 内の toStringjava.lang.Object 内の toStringpublic Exp makeExp()
Node 内の makeExppublic Exp makeArgAddr(FStmt pFStmt)
Node 内の makeArgAddr
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||