Class InstanceOfAndCastMatchWrongType

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

public class InstanceOfAndCastMatchWrongType extends BugChecker implements BugChecker.TypeCastTreeMatcher
Author:
sulku@google.com (Marsela Sulku), mariasam@google.com (Maria Sam)
See Also: