Uses of Class
jflex.core.unicode.UnicodeProperties.UnsupportedUnicodeVersionException
Packages that use UnicodeProperties.UnsupportedUnicodeVersionException
-
Uses of UnicodeProperties.UnsupportedUnicodeVersionException in jflex
Methods in jflex that throw UnicodeProperties.UnsupportedUnicodeVersionExceptionModifier and TypeMethodDescriptionprivate static void
Main.printUnicodePropertyValuesAndAliases
(String unicodeVersion) Prints one Unicode property value per line, along with its aliases, if any, for the given unicodeVersion. -
Uses of UnicodeProperties.UnsupportedUnicodeVersionException in jflex.core.unicode
Methods in jflex.core.unicode that throw UnicodeProperties.UnsupportedUnicodeVersionExceptionModifier and TypeMethodDescriptionprivate void
Based on the given version, selects and binds the corresponding Unicode data to facilitate mappings from property values to character intervals.Constructors in jflex.core.unicode that throw UnicodeProperties.UnsupportedUnicodeVersionExceptionModifierConstructorDescriptionUnpacks the Unicode data corresponding to the default Unicode version: ""12.1"".UnicodeProperties
(String version) Unpacks the Unicode data corresponding to the given version.