Uses of Record Class
ca.phon.app.session.editor.search.FindExpr
Packages that use FindExpr
-
Uses of FindExpr in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return FindExprModifier and TypeMethodDescriptionFindResult.expr()Returns the value of theexprrecord component.FindManager.getAnyExpr()FindManager.getExprForTier(String tierName) FindManager.getMatchedExpr()Methods in ca.phon.app.session.editor.search with parameters of type FindExprModifier and TypeMethodDescriptionvoidFindManager.setAnyExpr(FindExpr expr) voidFindManager.setExprForTier(String tierName, FindExpr expr) Constructors in ca.phon.app.session.editor.search with parameters of type FindExprModifierConstructorDescriptionFindResult(FindExpr expr, TranscriptElementRange range, Matcher matcher, PhonexMatcher phonexMatcher) Creates an instance of aFindResultrecord class.