public abstract class UnicodeData extends Object
Constructor | Description |
---|---|
UnicodeData() |
Modifier and Type | Method | 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–2019 ANTLR. All rights reserved.