Uses of Class
ca.phon.phonex.PhonexMatcher
Packages that use PhonexMatcher
Package
Description
Classes implementing the phonex language.
-
Uses of PhonexMatcher in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return PhonexMatcherModifier and TypeMethodDescriptionFindExprMatch.phonexMatcher()Returns the value of thephonexMatcherrecord component.FindResult.phonexMatcher()Returns the value of thephonexMatcherrecord component.Constructors in ca.phon.app.session.editor.search with parameters of type PhonexMatcherModifierConstructorDescriptionFindExprMatch(Range range, Matcher matcher, PhonexMatcher phonexMatcher) Creates an instance of aFindExprMatchrecord class.FindResult(FindExpr expr, TranscriptElementRange range, Matcher matcher, PhonexMatcher phonexMatcher) Creates an instance of aFindResultrecord class. -
Uses of PhonexMatcher in ca.phon.phonex
Methods in ca.phon.phonex that return PhonexMatcherModifier and TypeMethodDescriptionPhonexPattern.matcher(Iterable<IPAElement> input) Create a new phonex matcher which will match the given input against this pattern.Constructors in ca.phon.phonex with parameters of type PhonexMatcher