|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.ssa.GlobalReassociation.SortData
Private data for global reassociation.
| フィールドの概要 | |
(パッケージプライベート) BiList |
list
The list of operations |
(パッケージプライベート) int |
opCode
The operator code of the data |
(パッケージプライベート) int |
rank
The rank of the data |
(パッケージプライベート) int |
type
The type of the data |
| コンストラクタの概要 | |
(パッケージプライベート) |
GlobalReassociation.SortData(int r,
int c,
int t)
Constructor |
(パッケージプライベート) |
GlobalReassociation.SortData(int r,
int c,
int t,
LirNode node)
Constructor |
| メソッドの概要 | |
(パッケージプライベート) LirNode |
makeLirNode()
Generate LIR node from the current data |
java.lang.String |
toString()
Make String to show the current data. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
final int rank
final int opCode
final int type
final BiList list
| コンストラクタの詳細 |
GlobalReassociation.SortData(int r,
int c,
int t)
r - The rank of the datac - The operator code of the datat - The type of the data
GlobalReassociation.SortData(int r,
int c,
int t,
LirNode node)
r - The rank of the datac - The operator code of the datat - The type of the datanode - The initial node of the data| メソッドの詳細 |
LirNode makeLirNode()
public java.lang.String toString()
java.lang.Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||