MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / blockIterator

Method blockIterator

spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CFG.java:302–304  ·  view source on GitHub ↗

Get an Iterator over the nodes (BasicBlocks) of the control flow graph.

()

Source from the content-addressed store, hash-verified

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

Callers 9

scanMethod · 0.95
lookupBlockByLabelMethod · 0.95
getBlocksMethod · 0.95
checkIntegrityMethod · 0.95
getAnalysisMethod · 0.95
analyzeMethodMethod · 0.95
visitMethodMethod · 0.95
analyzeMethodMethod · 0.95

Calls 1

vertexIteratorMethod · 0.65

Tested by

no test coverage detected