Class DiphthongMatcher
java.lang.Object
ca.phon.syllable.phonex.DiphthongMatcher
- All Implemented Interfaces:
PhoneMatcher
Tests nucleus membership in diphthongs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPerform test on given phone.booleanDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.
-
Constructor Details
-
DiphthongMatcher
public DiphthongMatcher() -
DiphthongMatcher
public DiphthongMatcher(boolean diphthong)
-
-
Method Details
-
matches
Description copied from interface:PhoneMatcherPerform test on given phone.- Specified by:
matchesin interfacePhoneMatcher
-
matchesAnything
public boolean matchesAnything()Description copied from interface:PhoneMatcherDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.- Specified by:
matchesAnythingin interfacePhoneMatcher
-