|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.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.
| Field Summary | |
(package private) BBlockHirSubtreeIteratorImpl |
fSubtreeIterator
|
| Constructor Summary | |
BBlockStmtIterator(BBlockHir pBBlock)
|
|
| Method Summary | |
boolean |
hasNext()
hasNext |
IR |
next()
next Get the next top subtree in the basic block indicated by this iterator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
BBlockHirSubtreeIteratorImpl fSubtreeIterator
| Constructor Detail |
public BBlockStmtIterator(BBlockHir pBBlock)
| Method Detail |
public boolean hasNext()
BBlockSubtreeIterator
hasNext in interface BBlockSubtreeIteratorpublic IR next()
BBlockSubtreeIterator
next in interface BBlockSubtreeIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||