Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.InstanceOfTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.InstanceOfTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionfinal class
Matches instanceof checks where the expression is a subtype of the checked type.