Class CompoundPhoneMatcher
java.lang.Object
ca.phon.phonex.CompoundPhoneMatcher
- All Implemented Interfaces:
PhoneMatcher
Handles matching compound phones using two separate
phone matchers.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassVisitor for compound phones -
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
-
CompoundPhoneMatcher
-
-
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
-