|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
BBlockNodIterator inteterface Basic block node iterator to traverse node in a basic block. in the order of from top to bottom, from left to right. If the basic block containes a list of subtrees, then the list is traversed from head to tail traversing each subtree.
メソッドの概要 | |
IR |
getNextExecutableNode()
getNextExecutableNode: Get the node that refer/set data or change control flow directly. |
boolean |
hasNext()
hasNext: |
IR |
next()
next: Get the next node in this basic block. |
メソッドの詳細 |
public IR next()
public boolean hasNext()
public IR getNextExecutableNode()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |