Package ca.phon.phonex.plugins
Class AnyDiacriticPhoneMatcher
java.lang.Object
ca.phon.phonex.plugins.DiacriticPhoneMatcher
ca.phon.phonex.plugins.AnyDiacriticPhoneMatcher
- All Implemented Interfaces:
PhoneMatcher
Matches if a diacritic in the prefix, suffix, or
combining section of the phone is matched by
the parent matcher.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionAnyDiacriticPhoneMatcher
(PhoneMatcher matcher) AnyDiacriticPhoneMatcher
(String phonex) -
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
-
AnyDiacriticPhoneMatcher
-
AnyDiacriticPhoneMatcher
-
-
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.
-