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 voidMain.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 voidBased 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.UnicodeProperties(String version) Unpacks the Unicode data corresponding to the given version.