Interface BugChecker.LabeledStatementTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
LabelledBreakTarget
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchLabeledStatement
(com.sun.source.tree.LabeledStatementTree tree, VisitorState state) Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchLabeledStatement
Description matchLabeledStatement(com.sun.source.tree.LabeledStatementTree tree, VisitorState state)
-