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 booleanhasNext()final Instructionnext()final voidremove()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
_next
-
-
Constructor Details
-
InstructionIterator
private InstructionIterator()
-
-
Method Details
-
hasNext
public final boolean hasNext()- Specified by:
hasNextin interfaceIterator<Instruction>
-
next
- Specified by:
nextin interfaceIterator<Instruction>
-
remove
public final void remove()- Specified by:
removein interfaceIterator<Instruction>
-