Package com.mebigfatguy.fbcontrib.detect
Class BloatedAssignmentScope.UserObject
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope.UserObject
-
- Enclosing class:
- BloatedAssignmentScope
static class BloatedAssignmentScope.UserObject extends java.lang.Object
represents the source of an assignment to a variable, which could be a method call or a field
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Comparable<?>
caller
(package private) boolean
isRisky
(package private) int
registerSource
-
Constructor Summary
Constructors Constructor Description UserObject(boolean risky)
UserObject(int reg)
UserObject(java.lang.Comparable<?> callerObj, boolean risky)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-