Class UnicodeInCode

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

public final class UnicodeInCode extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Bans using non-ASCII Unicode characters outside string literals and comments.
See Also: