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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAnyDiacriticPhoneMatcher(PhoneMatcher matcher) AnyDiacriticPhoneMatcher(String phonex) -
Method Summary
Modifier and TypeMethodDescriptionbooleanPerform test on given phone.booleanDoes 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:PhoneMatcherPerform test on given phone. -
matchesAnything
public boolean matchesAnything()Description copied from interface:PhoneMatcherDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.
-