Class DeletingWhileIterating.Loop

  • Enclosing class:
    DeletingWhileIterating

    static class DeletingWhileIterating.Loop
    extends java.lang.Object
    represents a simple loop
    • Constructor Summary

      Constructors 
      Constructor Description
      Loop​(int start, int finish)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getLoopFinish()  
      (package private) int getLoopStart()  
      (package private) boolean hasPC​(int pc)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • loopStart

        public int loopStart
      • loopFinish

        public int loopFinish
    • Constructor Detail

      • Loop

        public Loop​(int start,
                    int finish)
    • Method Detail

      • getLoopFinish

        int getLoopFinish()
      • getLoopStart

        int getLoopStart()
      • hasPC

        boolean hasPC​(int pc)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object