Uses of Class
jflex.core.unicode.UnicodeProperties.UnsupportedUnicodeVersionException
-
Packages that use UnicodeProperties.UnsupportedUnicodeVersionException Package Description jflex jflex.core.unicode -
-
Uses of UnicodeProperties.UnsupportedUnicodeVersionException in jflex
Methods in jflex that throw UnicodeProperties.UnsupportedUnicodeVersionException Modifier and Type Method Description private static void
Main. printUnicodePropertyValuesAndAliases(java.lang.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.UnsupportedUnicodeVersionException Modifier and Type Method Description private void
UnicodeProperties. init(java.lang.String version)
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.UnsupportedUnicodeVersionException Constructor Description UnicodeProperties()
Unpacks the Unicode data corresponding to the default Unicode version: ""12.1"".UnicodeProperties(java.lang.String version)
Unpacks the Unicode data corresponding to the given version.
-