Interface BugChecker.LabeledStatementTreeMatcher

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

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

    • matchLabeledStatement

      Description matchLabeledStatement(com.sun.source.tree.LabeledStatementTree tree, VisitorState state)