Interface BugChecker.SwitchExpressionTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
UnnecessaryDefaultInEnumSwitch, WrongOneof
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchSwitchExpression
(SwitchExpressionTree tree, VisitorState state) Methods inherited from interface Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchSwitchExpression
-