Package ca.phon.phonex.plugins
Class PrefixDiacriticPhoneMatcher
java.lang.Object
ca.phon.phonex.plugins.DiacriticPhoneMatcher
ca.phon.phonex.plugins.PrefixDiacriticPhoneMatcher
- All Implemented Interfaces:
PhoneMatcher
Matches prefix diacritic portion of the phone.
Matches if any of the specified diacritics
appear in the
IPAElement
s prefix diacritics.-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Visitor for match -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Perform test on given phone.boolean
Does this matcher match anything? Used at runtime to help determine proper backtracking paths.Methods inherited from class ca.phon.phonex.plugins.DiacriticPhoneMatcher
getMatcher, setMatcher
-
Constructor Details
-
PrefixDiacriticPhoneMatcher
Constructor
-
-
Method Details
-
matches
Description copied from interface:PhoneMatcher
Perform test on given phone. -
matchesAnything
public boolean matchesAnything()Description copied from interface:PhoneMatcher
Does this matcher match anything? Used at runtime to help determine proper backtracking paths.
-