Interface BugChecker.EmptyStatementTreeMatcher

All Superinterfaces:
Suppressible
All Known Implementing Classes:
EmptyIfStatement
Enclosing class:
BugChecker

public static interface BugChecker.EmptyStatementTreeMatcher extends Suppressible
  • Method Details

    • matchEmptyStatement

      Description matchEmptyStatement(com.sun.source.tree.EmptyStatementTree tree, VisitorState state)