Package org.antlr.v4.unicode
Class UnicodeData
java.lang.Object
org.antlr.v4.unicode.UnicodeData
Code-generated utility class mapping Unicode properties to Unicode code point ranges.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntervalSet
getPropertyCodePoints
(String propertyCodeOrAlias) Given a Unicode property (general category code, binary property name, or script name), returns theIntervalSet
of Unicode code point ranges which have that property.
-
Constructor Details
-
UnicodeData
public UnicodeData()
-
-
Method Details
-
getPropertyCodePoints
Given a Unicode property (general category code, binary property name, or script name), returns theIntervalSet
of Unicode code point ranges which have that property.
-