|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.snapshot.StatementTag
This class represents the tag `statement'
コンストラクタの概要 | |
(パッケージプライベート) |
StatementTag(BBlock[] blks)
Constructor for MDF |
(パッケージプライベート) |
StatementTag(BBlockSubtreeIterator ite)
Constructor for HIR |
(パッケージプライベート) |
StatementTag(BiList instr)
Constructor for LIR |
メソッドの概要 | |
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 |
コンストラクタの詳細 |
StatementTag(BiList instr)
instr
- The list of the instruction in the current basic blockStatementTag(BBlockSubtreeIterator ite)
ite
- The iterator for iterating the statements in the current basic
blockStatementTag(BBlock[] blks)
blks
- The basic blocks which are inside of 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
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |