Class OperatorPrecedence

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.OperatorPrecedence
All Implemented Interfaces:
BugChecker.BinaryTreeMatcher, BugChecker.ConditionalExpressionTreeMatcher, Suppressible, Serializable

public class OperatorPrecedence extends BugChecker implements BugChecker.BinaryTreeMatcher, BugChecker.ConditionalExpressionTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: