Uses of Enum Class
ca.phon.ipa.SyllableStress
Packages that use SyllableStress
-
Uses of SyllableStress in ca.phon.ipa
Subclasses with type arguments of type SyllableStress in ca.phon.ipaMethods in ca.phon.ipa that return SyllableStressModifier and TypeMethodDescriptionstatic SyllableStress
SyllableStress.fromString
(String text) IPATranscript.initialStress()
Get the stress of the first syllable in this transcript.IPAElement.stress()
Get syllable stress for this phone.SyllableInfo.stress()
Returns the value of thestress
record component.static SyllableStress
Returns the enum constant of this class with the specified name.static SyllableStress[]
SyllableStress.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa with parameters of type SyllableStressConstructors in ca.phon.ipa with parameters of type SyllableStressModifierConstructorDescriptionSyllableInfo
(SyllableConstituentType constituentType, boolean isDiphthong, SyllableStress stress, int syllableIndex, boolean segregated, int sonority, int sonorityDistance, ToneNumber tone) Creates an instance of aSyllableInfo
record class. -
Uses of SyllableStress in ca.phon.syllable.phonex
Methods in ca.phon.syllable.phonex with parameters of type SyllableStressModifier and TypeMethodDescriptionvoid
StressMatcher.addType
(SyllableStress type) Add the given stress type to the list of allowed types.