Package com.mebigfatguy.fbcontrib.detect
Class BloatedAssignmentScope.UserObject
java.lang.Object
com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope.UserObject
- Enclosing class:
BloatedAssignmentScope
represents the source of an assignment to a variable, which could be a method
call or a field
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Comparable<?> (package private) boolean(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionUserObject(boolean risky) UserObject(int reg) UserObject(Comparable<?> callerObj, boolean risky) -
Method Summary
-
Field Details
-
caller
Comparable<?> caller -
isRisky
boolean isRisky -
registerSource
int registerSource
-
-
Constructor Details
-
UserObject
-
UserObject
public UserObject(boolean risky) -
UserObject
public UserObject(int reg)
-
-
Method Details