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:
[email protected] (Marsela Sulku), [email protected] (Maria Sam)
See Also: