|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.flow.BBlockStmtIterator
BBlockStmtIterator traverses statements in the specified BBlock. IR tree should not be changed after instanciation of BBlockStmtIteratorImpl until all invocations of hasNext() and next() are finished.
フィールドの概要 | |
(パッケージプライベート) BBlockHirSubtreeIteratorImpl |
fSubtreeIterator
|
コンストラクタの概要 | |
BBlockStmtIterator(BBlockHir pBBlock)
|
メソッドの概要 | |
boolean |
hasNext()
hasNext |
IR |
next()
next Get the next top subtree in the basic block indicated by this iterator. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
BBlockHirSubtreeIteratorImpl fSubtreeIterator
コンストラクタの詳細 |
public BBlockStmtIterator(BBlockHir pBBlock)
メソッドの詳細 |
public boolean hasNext()
BBlockSubtreeIterator
の記述:
BBlockSubtreeIterator
内の hasNext
public IR next()
BBlockSubtreeIterator
の記述:
BBlockSubtreeIterator
内の next
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |