Class BasePhoneMatcher
java.lang.Object
ca.phon.phonex.BasePhoneMatcher
- All Implemented Interfaces:
PhoneMatcher
Basic, single-character matcher in Phonex.
This will NOT matcher compound phones - only
Phone object whose base character
is the same as the specified matcher character.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassVisitor for the phone object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPerform test on given phone.booleanDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.toString()
-
Constructor Details
-
BasePhoneMatcher
-
-
Method Details
-
matches
Description copied from interface:PhoneMatcherPerform test on given phone.- Specified by:
matchesin interfacePhoneMatcher
-
matchesAnything
public boolean matchesAnything()Description copied from interface:PhoneMatcherDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.- Specified by:
matchesAnythingin interfacePhoneMatcher
-
toString
-