Class CompiledBlockIterator

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, SequenceIterator

    public abstract class CompiledBlockIterator
    extends AbstractBlockIterator
    Iterate over the instructions in the Block, concatenating the result of each instruction into a single combined sequence.
    • Constructor Detail

      • CompiledBlockIterator

        public CompiledBlockIterator()