Class UseAddAll.LoopInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.UseAddAll.LoopInfo
Enclosing class:
UseAddAll

static class UseAddAll.LoopInfo extends Object
represents a loop, and where an add was found in it
  • Field Details

    • start

      private final int start
    • end

      private final int end
    • addPC

      private int addPC
  • Constructor Details

    • LoopInfo

      LoopInfo(int loopStart, int loopEnd)
  • Method Details

    • isInLoop

      boolean isInLoop(int pc)
    • foundAdd

      void foundAdd(int pc)
    • getStartPC

      int getStartPC()
    • getEndPC

      int getEndPC()
    • getAddPC

      int getAddPC()
    • toString

      public String toString()
      Overrides:
      toString in class Object