Interface InstructionIterator

All Superinterfaces:
Iterable<Instruction>, Iterator<Instruction>
All Known Implementing Classes:
InstructionRecordIterator

public interface InstructionIterator extends Iterator<Instruction>, Iterable<Instruction>
Interface to define an iterator over over some set of instructions.
See Also: