Interface BugChecker.EnhancedForLoopTreeMatcher

All Superinterfaces:
Suppressible
All Known Implementing Classes:
LoopOverCharArray, MissingBraces, NoAllocationChecker
Enclosing class:
BugChecker

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

    • matchEnhancedForLoop

      Description matchEnhancedForLoop(com.sun.source.tree.EnhancedForLoopTree tree, VisitorState state)