Class DumbMethods.InvalidMinMaxSubDetector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Number lowerBound  
      (package private) java.lang.Number upperBound  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initMethod​(org.apache.bcel.classfile.Method method)  
      void sawOpcode​(int seen)  
      • Methods inherited from class java.lang.Object

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

      • lowerBound

        java.lang.Number lowerBound
      • upperBound

        java.lang.Number upperBound
    • Constructor Detail

      • InvalidMinMaxSubDetector

        private InvalidMinMaxSubDetector()