Uses of Class
com.espertech.esper.common.internal.util.apachecommonstext.JavaUnicodeEscaper
Packages that use JavaUnicodeEscaper
-
Uses of JavaUnicodeEscaper in com.espertech.esper.common.internal.util.apachecommonstext
Methods in com.espertech.esper.common.internal.util.apachecommonstext that return JavaUnicodeEscaperModifier and TypeMethodDescriptionstatic JavaUnicodeEscaper
JavaUnicodeEscaper.above
(int codepoint) Constructs aJavaUnicodeEscaper
above the specified value (exclusive).static JavaUnicodeEscaper
JavaUnicodeEscaper.below
(int codepoint) Constructs aJavaUnicodeEscaper
below the specified value (exclusive).static JavaUnicodeEscaper
JavaUnicodeEscaper.between
(int codepointLow, int codepointHigh) Constructs aJavaUnicodeEscaper
between the specified values (inclusive).static JavaUnicodeEscaper
JavaUnicodeEscaper.outsideOf
(int codepointLow, int codepointHigh) Constructs aJavaUnicodeEscaper
outside of the specified values (exclusive).