| Package | Description |
|---|---|
| org.opencypher.grammar |
| Modifier and Type | Method and Description |
|---|---|
static CharacterSet.Unicode |
CharacterSet.Unicode.fromCharacterType(int type)
Returns the unicode character set representing the general category for the corresponding
numeric java value of the category.
|
static CharacterSet.Unicode |
CharacterSet.Unicode.getGeneralCategory(int cp)
Returns the unicode character set representing the general category of the given code point.
|
static CharacterSet.Unicode |
CharacterSet.Unicode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterSet.Unicode[] |
CharacterSet.Unicode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.