Class ConfusingFunctionSemantics.ParmUsage

java.lang.Object
com.mebigfatguy.fbcontrib.detect.ConfusingFunctionSemantics.ParmUsage
Enclosing class:
ConfusingFunctionSemantics

static class ConfusingFunctionSemantics.ParmUsage extends Object
represents a method parameter, when it was first altered, and when it was last returned
  • Field Details

    • returnPC

      int returnPC
    • alteredPC

      int alteredPC
  • Constructor Details

    • ParmUsage

      ParmUsage()
  • Method Details

    • setReturnPC

      void setReturnPC(int pc)
    • setAlteredPC

      void setAlteredPC(int pc)
    • toString

      public String toString()
      Overrides:
      toString in class Object