Class SimpleBlockIterator

  • All Implemented Interfaces:
    CodeBlockIterator, java.lang.Iterable<CodeBlock>

    public class SimpleBlockIterator
    extends java.lang.Object
    implements CodeBlockIterator
    SimpleBlockIterator is an implementation of CodeBlockIterator capable of iterating in the forward direction over "simple blocks".
    See Also:
    SimpleBlockModel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      ChangeModifier and Type Method Description
      boolean hasNext()
      Return true if next() will return a CodeBlock.
      CodeBlock next()
      Return the next CodeBlock.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator