Package org.antlr.v4.unicode
Class UnicodeData
- java.lang.Object
-
- org.antlr.v4.unicode.UnicodeData
-
public abstract class UnicodeData extends Object
Code-generated utility class mapping Unicode properties to Unicode code point ranges.
-
-
Constructor Summary
Constructors Constructor Description UnicodeData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-
-
-
Method Detail
-
getPropertyCodePoints
public static 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.
-
-