Interface BugChecker.ParenthesizedTreeMatcher

All Superinterfaces:
Suppressible
All Known Implementing Classes:
UnnecessaryParentheses, UnsafeWildcard
Enclosing class:
BugChecker

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

    • matchParenthesized

      Description matchParenthesized(com.sun.source.tree.ParenthesizedTree tree, VisitorState state)