Class ControlFlowNode.SuccessorIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SuccessorIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      ControlFlowNode next()  
      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 Detail

      • _innerIterator

        private java.util.Iterator<ControlFlowEdge> _innerIterator
    • Constructor Detail

      • SuccessorIterator

        private SuccessorIterator()
    • Method Detail

      • hasNext

        public final boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<ControlFlowNode>
      • remove

        public final void remove()
        Specified by:
        remove in interface java.util.Iterator<ControlFlowNode>