class
WordMage::IPA::Consonant
- WordMage::IPA::Consonant
- WordMage::IPA::Phoneme
- Reference
- Object
Overview
A consonant phoneme
Defined in:
IPA/consonant.crConstructors
- .new(symbol : String, romanization : String, manner : Manner, place : Place, voiced : Bool, aspirated : Bool = false, nasal : Bool = false, lateral : Bool = false, ejective : Bool = false, implosive : Bool = false, affricate : Bool = false)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #affricate : Bool
- #affricate=(affricate : Bool)
- #aspirated : Bool
- #aspirated=(aspirated : Bool)
- #ejective : Bool
- #ejective=(ejective : Bool)
- #implosive : Bool
- #implosive=(implosive : Bool)
- #lateral : Bool
- #lateral=(lateral : Bool)
- #manner : Manner
- #manner=(manner : Manner)
- #name : String
- #nasal : Bool
- #nasal=(nasal : Bool)
- #place : Place
- #place=(place : Place)
- #voiced : Bool
- #voiced=(voiced : Bool)
Instance methods inherited from class WordMage::IPA::Phoneme
category : Category
category,
category=(category : Category)
category=,
name : String
name,
romanization : String
romanization,
romanization=(romanization : String)
romanization=,
symbol : String
symbol,
symbol=(symbol : String)
symbol=,
to_s(io : IO) : Nilto_s : String to_s
Constructor methods inherited from class WordMage::IPA::Phoneme
new(symbol : String, romanization : String, category : Category)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(symbol : String, romanization : String, manner : Manner, place : Place, voiced : Bool, aspirated : Bool = false, nasal : Bool = false, lateral : Bool = false, ejective : Bool = false, implosive : Bool = false, affricate : Bool = false)
#