Class SuspiciousLoopSearch.IfBlock

  • Enclosing class:
    SuspiciousLoopSearch

    static class SuspiciousLoopSearch.IfBlock
    extends java.lang.Object
    represents an if block and what registers are stored inside the block
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int end  
      (package private) int start  
      private java.util.Map<java.lang.Integer,​java.lang.Integer> storeRegs  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • start

        int start
      • end

        int end
      • storeRegs

        private java.util.Map<java.lang.Integer,​java.lang.Integer> storeRegs
    • Constructor Detail

      • IfBlock

        public IfBlock​(int start,
                       int end)
    • Method Detail

      • toString

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