Class UnicodeEscape

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

public final class UnicodeEscape extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Replaces printable ASCII unicode escapes with the literal version.
See Also: