Class IdentityBinaryExpression

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

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