|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
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. |
| Method Detail |
public IR next()
public boolean hasNext()
public IR getNextExecutableNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||