Class SQLInLoop.LoopLocation

  • Enclosing class:
    SQLInLoop

    private static class SQLInLoop.LoopLocation
    extends java.lang.Object
    holds the start and end position of a loop
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int endPC  
      private int startPC  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoopLocation​(int start, int end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isInLoop​(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

      • startPC

        private final int startPC
      • endPC

        private final int endPC
    • Constructor Detail

      • LoopLocation

        LoopLocation​(int start,
                     int end)
    • Method Detail

      • isInLoop

        boolean isInLoop​(int pc)
      • toString

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