coins.ssa
クラス GlobalReassociation.SortData

java.lang.Object
  |
  +--coins.ssa.GlobalReassociation.SortData
含まれているクラス:
GlobalReassociation

class GlobalReassociation.SortData
extends java.lang.Object

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
 

フィールドの詳細

rank

final int rank
The rank of the data


opCode

final int opCode
The operator code of the data


type

final int type
The type of the data


list

final BiList list
The list of operations

コンストラクタの詳細

GlobalReassociation.SortData

GlobalReassociation.SortData(int r,
                             int c,
                             int t)
Constructor

パラメータ:
r - The rank of the data
c - The operator code of the data
t - The type of the data

GlobalReassociation.SortData

GlobalReassociation.SortData(int r,
                             int c,
                             int t,
                             LirNode node)
Constructor

パラメータ:
r - The rank of the data
c - The operator code of the data
t - The type of the data
node - The initial node of the data
メソッドの詳細

makeLirNode

LirNode makeLirNode()
Generate LIR node from the current data

戻り値:
The generated LIR node

toString

public java.lang.String toString()
Make String to show the current data.

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
The String to show the current data