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:
cushon@google.com (Liam Miller-Cushon), eleanorh@google.com (Eleanor Harris)
See Also: