edu.umd.cs.findbugs.ba
public class BasicBlock.InstructionIterator extends Object implements Iterator<InstructionHandle>
Constructor Summary | |
---|---|
InstructionIterator(InstructionHandle first, InstructionHandle last) |
Method Summary | |
---|---|
BasicBlock.InstructionIterator | duplicate() |
boolean | hasNext() |
InstructionHandle | next() |
void | remove() |