Interface BugChecker.EnhancedForLoopTreeMatcher

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

public static interface BugChecker.EnhancedForLoopTreeMatcher extends Suppressible
  • Method Details

    • matchEnhancedForLoop

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