Class SuffixDiacriticPhoneMatcher
java.lang.Object
ca.phon.phonex.plugins.DiacriticPhoneMatcher
ca.phon.phonex.plugins.SuffixDiacriticPhoneMatcher
- All Implemented Interfaces:
PhoneMatcher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassVisitor for match -
Constructor Summary
ConstructorsConstructorDescriptionSuffixDiacriticPhoneMatcher(PhoneMatcher matcher) SuffixDiacriticPhoneMatcher(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
-
SuffixDiacriticPhoneMatcher
-
SuffixDiacriticPhoneMatcher
-
-
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.
-