Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.SwitchExpressionTreeMatcher
Packages that use BugChecker.SwitchExpressionTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
- 
Uses of BugChecker.SwitchExpressionTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.SwitchExpressionTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.final classMatches always-default expressions in oneof switches.