Class NarrowingCompoundAssignment

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.NarrowingCompoundAssignment
All Implemented Interfaces:
BugChecker.CompoundAssignmentTreeMatcher, Suppressible, Serializable

public class NarrowingCompoundAssignment extends BugChecker implements BugChecker.CompoundAssignmentTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: