Class ControlFlowNode.InstructionIterator
java.lang.Object
com.strobel.assembler.flowanalysis.ControlFlowNode.InstructionIterator
- All Implemented Interfaces:
Iterator<Instruction>
- Enclosing class:
ControlFlowNode
private final class ControlFlowNode.InstructionIterator
extends Object
implements Iterator<Instruction>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
hasNext()
final Instruction
next()
final void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
_next
-
-
Constructor Details
-
InstructionIterator
private InstructionIterator()
-
-
Method Details
-
hasNext
public final boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Instruction>
-
next
- Specified by:
next
in interfaceIterator<Instruction>
-
remove
public final void remove()- Specified by:
remove
in interfaceIterator<Instruction>
-