Interface BugChecker.ConditionalExpressionTreeMatcher

All Superinterfaces:
Suppressible
All Known Implementing Classes:
ConditionalExpressionNumericPromotion, DuplicateBranches, NullTernary, OperatorPrecedence, UnsafeWildcard
Enclosing class:
BugChecker

public static interface BugChecker.ConditionalExpressionTreeMatcher extends Suppressible
Author:
Colin Decker, Eddie Aftandilian (eaftan@google.com)
  • Method Details

    • matchConditionalExpression

      Description matchConditionalExpression(com.sun.source.tree.ConditionalExpressionTree tree, VisitorState state)