Get an Iterator over the nodes (BasicBlocks) of the control flow graph.
()
| 300 | * Get an Iterator over the nodes (BasicBlocks) of the control flow graph. |
| 301 | */ |
| 302 | public Iterator<BasicBlock> blockIterator() { |
| 303 | return vertexIterator(); |
| 304 | } |
| 305 | |
| 306 | /* |
| 307 | * * Get an Iterable over the nodes (BasicBlocks) of the control flow |
no test coverage detected