HangulSyllableType enum
See the Rust documentation for HangulSyllableType
for more information.
Values
- notApplicable → const HangulSyllableType
-
See the Rust documentation for
NotApplicable
for more information. - leadingJamo → const HangulSyllableType
-
See the Rust documentation for
LeadingJamo
for more information. - vowelJamo → const HangulSyllableType
-
See the Rust documentation for
VowelJamo
for more information. - trailingJamo → const HangulSyllableType
-
See the Rust documentation for
TrailingJamo
for more information. - leadingVowelSyllable → const HangulSyllableType
-
See the Rust documentation for
LeadingVowelSyllable
for more information. - leadingVowelTrailingSyllable → const HangulSyllableType
-
See the Rust documentation for
LeadingVowelTrailingSyllable
for more information.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toIntegerValue(
) → int - Convert to an integer value usable with ICU4C and CodePointMapData
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
forChar(
Rune ch) → HangulSyllableType -
See the Rust documentation for
for_char
for more information. -
fromIntegerValue(
int other) → HangulSyllableType? - Convert from an integer value from ICU4C or CodePointMapData
Constants
-
values
→ const List<
HangulSyllableType> - A constant List of the values in this enum, in order of their declaration.