|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.graph.SubsetIterator
byucc.jhdl.synth.BlockIterator
A class to allow iteration over the vertices in a ControlFlowGraph which are blocks, (as opposed to decisions).
Field Summary |
Fields inherited from class byucc.jhdl.synth.graph.SubsetIterator |
iterator, selector |
Constructor Summary | |
BlockIterator(ControlFlowGraph graph)
Create a new BlockIterator to iterate over the block vertices in the given ControlFlowGraph. |
Method Summary | |
CFVertex |
getBlock()
Return the current block. |
Methods inherited from class byucc.jhdl.synth.graph.SubsetIterator |
deleteElt, first, getElt, isValid, last, moveTo, next, prev |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockIterator(ControlFlowGraph graph)
graph
- A ControlFlowGraph with block vertices of interest.Method Detail |
public CFVertex getBlock()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |