Uses of Class
com.espertech.esper.common.internal.util.apachecommonstext.UnicodeEscaper
Packages that use UnicodeEscaper
-
Uses of UnicodeEscaper in com.espertech.esper.common.internal.util.apachecommonstext
Subclasses of UnicodeEscaper in com.espertech.esper.common.internal.util.apachecommonstextModifier and TypeClassDescriptionclass
Translates codepoints to their Unicode escaped value suitable for Java source.Methods in com.espertech.esper.common.internal.util.apachecommonstext that return UnicodeEscaperModifier and TypeMethodDescriptionstatic UnicodeEscaper
UnicodeEscaper.above
(int codepoint) Constructs aUnicodeEscaper
above the specified value (exclusive).static UnicodeEscaper
UnicodeEscaper.below
(int codepoint) Constructs aUnicodeEscaper
below the specified value (exclusive).static UnicodeEscaper
UnicodeEscaper.between
(int codepointLow, int codepointHigh) Constructs aUnicodeEscaper
between the specified values (inclusive).static UnicodeEscaper
UnicodeEscaper.outsideOf
(int codepointLow, int codepointHigh) Constructs aUnicodeEscaper
outside of the specified values (exclusive).