Class ControlFlowNode.SuccessorIterator
java.lang.Object
com.strobel.assembler.flowanalysis.ControlFlowNode.SuccessorIterator
- All Implemented Interfaces:
Iterator<ControlFlowNode>
- Enclosing class:
ControlFlowNode
private final class ControlFlowNode.SuccessorIterator
extends Object
implements Iterator<ControlFlowNode>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanhasNext()final ControlFlowNodenext()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
-
_innerIterator
-
-
Constructor Details
-
SuccessorIterator
private SuccessorIterator()
-
-
Method Details
-
hasNext
public final boolean hasNext()- Specified by:
hasNextin interfaceIterator<ControlFlowNode>
-
next
- Specified by:
nextin interfaceIterator<ControlFlowNode>
-
remove
public final void remove()- Specified by:
removein interfaceIterator<ControlFlowNode>
-