Class LoopOverCharArray

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.LoopOverCharArray
All Implemented Interfaces:
BugChecker.EnhancedForLoopTreeMatcher, Suppressible, Serializable

public class LoopOverCharArray extends BugChecker implements BugChecker.EnhancedForLoopTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: