|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.snapshot.StatementType
This class represents the type `statementType'.
フィールドの概要 | |
(パッケージプライベート) static int |
HIR
For HIR |
(パッケージプライベート) static int |
HIR2C
For HIR2C |
(パッケージプライベート) static int |
LIR
For LIR |
(パッケージプライベート) static int |
LIR2C
For LIR2C |
メソッドの概要 | |
(パッケージプライベート) static StatementType |
hir(BBlockSubtreeIterator subtreeIte)
Static method to generate the HIR statements. |
(パッケージプライベート) static StatementType |
lir(BiList instr)
Static method to generate the LIR statements. |
(パッケージプライベート) static StatementType |
lir2c(BiList instr)
Static method to generate the LIR2C statements. |
(パッケージプライベート) static StatementType |
mdf(BBlock[] blks)
Static method to generate the MDF statements. |
java.lang.String |
toString()
Generate the XML representation with no white spaces before. |
java.lang.String |
toString(int space)
Generate the XML representation in string. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
static final int HIR
static final int LIR
static final int HIR2C
static final int LIR2C
メソッドの詳細 |
static StatementType hir(BBlockSubtreeIterator subtreeIte)
subtreeIte
- The iterator to iterate the instructions in the current
basic block
static StatementType lir(BiList instr)
instr
- The list of the instructions in the current basic block
static StatementType lir2c(BiList instr)
instr
- The list of the instructions in the current basic block
static StatementType mdf(BBlock[] blks)
blks
- The basic blocks in the current macro task
public java.lang.String toString(int space)
space
- The number of the white spaces
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |