Interface BugChecker.CatchTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
CatchAndPrintStackTrace
,EmptyCatch
,FloggerLogWithCause
,UnusedException
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchCatch
(com.sun.source.tree.CatchTree tree, VisitorState state) Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchCatch
-