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