Class UnnecessaryParentheses

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

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