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 MatchMatchState.matchprivate MatchPatternToken.tokenReferenceThe reference to another element in the pattern.protected MatchXMLRuleHandler.tokenReferenceFields in org.languagetool.rules.patterns with type parameters of type MatchModifier and TypeFieldDescriptionAbstractPatternRule.suggestionMatchesXMLRuleHandler.suggestionMatchesAbstractPatternRule.suggestionMatchesOutMsgXMLRuleHandler.suggestionMatchesOutMsgMethods 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 voidAbstractPatternRule.addSuggestionMatch(Match m) Add formatted suggestion elements.final voidAbstractPatternRule.addSuggestionMatchOutMsg(Match m) Add formatted suggestion elements outside message.voidSets 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 booleanPatternRuleMatcher.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 MatchDisambiguationPatternRule.matchElementprivate MatchDisambiguationRuleHandler.posSelectorMethods 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)