public abstract class UnicodeData extends Object
Constructor and Description |
---|
UnicodeData() |
Modifier and Type | Method and Description |
---|---|
static IntervalSet |
getPropertyCodePoints(String propertyCodeOrAlias)
Given a Unicode property (general category code, binary property name, or script name),
returns the
IntervalSet of Unicode code point ranges which have that property. |
public static IntervalSet getPropertyCodePoints(String propertyCodeOrAlias)
IntervalSet
of Unicode code point ranges which have that property.Copyright © 1992–2020 ANTLR. All rights reserved.