Interface CodeBlockReferenceIterator
- All Known Implementing Classes:
SimpleDestReferenceIterator, SimpleSourceReferenceIterator, SubroutineDestReferenceIterator, SubroutineSourceReferenceIterator
public interface CodeBlockReferenceIterator
An iterator interface over CodeBlockReferences.
- See Also:
-
Method Details
-
hasNext
Return true if next() will return a CodeBlockReference.- Throws:
CancelledException- thrown if the operation is cancelled.
-
next
Return the next CodeBlockReference.- Throws:
CancelledException- thrown if the operation is cancelled.
-