Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.EnhancedForLoopTreeMatcher
Packages that use BugChecker.EnhancedForLoopTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
- 
Uses of BugChecker.EnhancedForLoopTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.EnhancedForLoopTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.classChecks methods annotated with@NoAllocationto ensure they really do not allocate.