enum
WordMage::IPA::Manner
Overview
the manner of articulation
Defined in:
IPA/consonant.crEnum Members
-
Plosive =
0
-
Nasal =
1
-
Trill =
2
-
Tap =
3
-
Fricative =
4
-
LateralFricative =
5
-
Approximant =
6
-
LateralApproximant =
7
-
Click =
8
Instance Method Summary
-
#approximant?
Returns
true
if this enum value equalsApproximant
-
#click?
Returns
true
if this enum value equalsClick
-
#fricative?
Returns
true
if this enum value equalsFricative
-
#lateral_approximant?
Returns
true
if this enum value equalsLateralApproximant
-
#lateral_fricative?
Returns
true
if this enum value equalsLateralFricative
-
#nasal?
Returns
true
if this enum value equalsNasal
-
#plosive?
Returns
true
if this enum value equalsPlosive
-
#tap?
Returns
true
if this enum value equalsTap
-
#trill?
Returns
true
if this enum value equalsTrill