Uses of Class
ca.phon.phonex.PhonexPattern
Packages that use PhonexPattern
Package
Description
Classes implementing the phonex language.
- 
Uses of PhonexPattern in ca.phon.ipaMethods in ca.phon.ipa with parameters of type PhonexPatternModifier and TypeMethodDescriptionIPATranscript.replaceAll(PhonexPattern pattern, IPATranscript replacement) Replace all occurrences of the a phonex expression with the given replacement.IPATranscript.replaceFirst(PhonexPattern pattern, IPATranscript replacement) Replace the first occurrence of the a phonex expression with the given replacement.
- 
Uses of PhonexPattern in ca.phon.phonexClasses in ca.phon.phonex that implement interfaces with type arguments of type PhonexPatternModifier and TypeClassDescriptionclassA compiled representation of a phonex expression.Methods in ca.phon.phonex that return PhonexPatternModifier and TypeMethodDescriptionstatic PhonexPatternstatic PhonexPatternCompile the given phonex into a patternPhonexMatcher.pattern()Return this matcher's pattern.Methods in ca.phon.phonex with parameters of type PhonexPatternModifier and TypeMethodDescriptionintPhonexPattern.compareTo(PhonexPattern arg0) Compares phonex pattern strings.
- 
Uses of PhonexPattern in ca.phon.syllabifierMethods in ca.phon.syllabifier that return PhonexPatternModifier and TypeMethodDescriptionBasicSyllabifier.SonorityClass.pattern()Returns the value of thepatternrecord component.BasicSyllabifier.SyllabifierStep.pattern()Returns the value of thepatternrecord component.Constructors in ca.phon.syllabifier with parameters of type PhonexPatternModifierConstructorDescriptionSonorityClass(int sonorityValue, PhonexPattern pattern) Creates an instance of aSonorityClassrecord class.SyllabifierStep(String name, PhonexPattern pattern) Creates an instance of aSyllabifierSteprecord class.
- 
Uses of PhonexPattern in ca.phon.syllabifier.opgraph.nodesMethods in ca.phon.syllabifier.opgraph.nodes that return types with arguments of type PhonexPatternModifier and TypeMethodDescriptionSonorityNode.parseSonorityScale(String scale) Set sonority scale as a string.Constructor parameters in ca.phon.syllabifier.opgraph.nodes with type arguments of type PhonexPattern