Class BloatedAssignmentScope.UserObject

java.lang.Object
com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope.UserObject
Enclosing class:
BloatedAssignmentScope

static class BloatedAssignmentScope.UserObject extends Object
represents the source of an assignment to a variable, which could be a method call or a field
  • Field Details

    • caller

      Comparable<?> caller
    • isRisky

      boolean isRisky
    • registerSource

      int registerSource
  • Constructor Details

    • UserObject

      public UserObject(Comparable<?> callerObj, boolean risky)
    • UserObject

      public UserObject(boolean risky)
    • UserObject

      public UserObject(int reg)
  • Method Details