Class SyllableConstituentMatcher
java.lang.Object
ca.phon.syllable.phonex.SyllableConstituentMatcher
- All Implemented Interfaces:
PhoneMatcher,CombinableMatcher
public final class SyllableConstituentMatcher
extends Object
implements PhoneMatcher, CombinableMatcher
Syllable constituent type matcher for phonex.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcombineMatcher(PhoneMatcher matcher) Access to the allowed types listAccess to the disallowed types listbooleanPerform test on given phone.booleanDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.toString()
-
Constructor Details
-
SyllableConstituentMatcher
public SyllableConstituentMatcher()Constructor
-
-
Method Details
-
getAllowedTypes
Access to the allowed types list -
getDisallowedTypes
Access to the disallowed types list -
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
-
toString
-
combineMatcher
- Specified by:
combineMatcherin interfaceCombinableMatcher
-