Uses of Class
org.languagetool.rules.patterns.Match
Packages that use Match
-
Uses of Match in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as MatchModifier and TypeFieldDescriptionprivate final Match
MatchState.match
private Match
PatternToken.tokenReference
The reference to another element in the pattern.protected Match
XMLRuleHandler.tokenReference
Fields in org.languagetool.rules.patterns with type parameters of type MatchModifier and TypeFieldDescriptionAbstractPatternRule.suggestionMatches
XMLRuleHandler.suggestionMatches
AbstractPatternRule.suggestionMatchesOutMsg
XMLRuleHandler.suggestionMatchesOutMsg
Methods in org.languagetool.rules.patterns that return MatchMethods in org.languagetool.rules.patterns that return types with arguments of type MatchModifier and TypeMethodDescriptionXMLRuleHandler.addLegacyMatches
(List<Match> existingSugMatches, String messageStr, boolean inMessage) Adds Match objects for all references to tokens (including '\1' and the like).AbstractPatternRule.getSuggestionMatches()
AbstractPatternRule.getSuggestionMatchesOutMsg()
Methods in org.languagetool.rules.patterns with parameters of type MatchModifier and TypeMethodDescriptionfinal void
AbstractPatternRule.addSuggestionMatch
(Match m) Add formatted suggestion elements.final void
AbstractPatternRule.addSuggestionMatchOutMsg
(Match m) Add formatted suggestion elements outside message.void
Sets the reference to another token.Method parameters in org.languagetool.rules.patterns with type arguments of type MatchModifier and TypeMethodDescriptionXMLRuleHandler.addLegacyMatches
(List<Match> existingSugMatches, String messageStr, boolean inMessage) Adds Match objects for all references to tokens (including '\1' and the like).private String[]
PatternRuleMatcher.concatMatches
(int start, int index, int tokenIndex, AnalyzedTokenReadings[] tokens, int nextTokenPos, List<Match> suggestionMatches) Concatenates the matches, and takes care of phrases (including inflection using synthesis).private boolean
PatternRuleMatcher.matchPreservesCase
(List<Match> suggestionMatches, String msg) Checks if the suggestion starts with a match that is supposed to preserve case.Constructors in org.languagetool.rules.patterns with parameters of type Match -
Uses of Match in org.languagetool.tagging.disambiguation.rules
Fields in org.languagetool.tagging.disambiguation.rules declared as MatchModifier and TypeFieldDescriptionprivate final Match
DisambiguationPatternRule.matchElement
private Match
DisambiguationRuleHandler.posSelector
Methods in org.languagetool.tagging.disambiguation.rules that return MatchConstructors in org.languagetool.tagging.disambiguation.rules with parameters of type MatchModifierConstructorDescriptionDisambiguationPatternRule
(String id, String description, Language language, List<PatternToken> patternTokens, String disambiguatedPOS, Match posSelect, DisambiguationPatternRule.DisambiguatorAction disambAction)