Class IsInstanceIncompatibleType

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.IsInstanceIncompatibleType
All Implemented Interfaces:
BugChecker.MemberReferenceTreeMatcher, BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class IsInstanceIncompatibleType extends BugChecker implements BugChecker.MethodInvocationTreeMatcher, BugChecker.MemberReferenceTreeMatcher
Author:
[email protected] (Liam Miller-Cushon), [email protected] (Eleanor Harris)
See Also: