Interface BugChecker.TryTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
CatchFail
,CatchingUnchecked
,InterruptedExceptionSwallowed
,MissingFail
,TryFailRefactoring
,TryFailThrowable
,TryWithResourcesVariable
- Enclosing class:
- BugChecker
public static interface BugChecker.TryTreeMatcher extends Suppressible
-
Method Summary
Modifier and Type Method Description Description
matchTry(com.sun.source.tree.TryTree tree, VisitorState state)
Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchTry
-