Interface BugChecker.ConditionalExpressionTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
ConditionalExpressionNumericPromotion
,DuplicateBranches
,NullTernary
,OperatorPrecedence
,UnsafeWildcard
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchConditionalExpression
(com.sun.source.tree.ConditionalExpressionTree tree, VisitorState state) Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchConditionalExpression
Description matchConditionalExpression(com.sun.source.tree.ConditionalExpressionTree tree, VisitorState state)
-