Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.SwitchTreeMatcher
Packages that use BugChecker.SwitchTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
- 
Uses of BugChecker.SwitchTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.SwitchTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.final classChecks for statement switches that can be converted into a new-style arrow (`->`) switch.classABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.final classMatches always-default expressions in oneof switches.