Uses of Class
org.languagetool.rules.patterns.Match
-
Packages that use Match Package Description org.languagetool.rules.patterns org.languagetool.tagging.disambiguation.rules -
-
Uses of Match in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Match Modifier and Type Field Description protected Match
XMLRuleHandler. tokenReference
Fields in org.languagetool.rules.patterns with type parameters of type Match Modifier and Type Field Description protected List<Match>
AbstractPatternRule. suggestionMatches
protected List<Match>
XMLRuleHandler. suggestionMatches
protected List<Match>
AbstractPatternRule. suggestionMatchesOutMsg
protected List<Match>
XMLRuleHandler. suggestionMatchesOutMsg
Methods in org.languagetool.rules.patterns that return Match Modifier and Type Method Description Match
MatchState. getMatch()
Match
PatternToken. getMatch()
Methods in org.languagetool.rules.patterns that return types with arguments of type Match Modifier and Type Method Description protected @Nullable List<Match>
XMLRuleHandler. addLegacyMatches(List<Match> existingSugMatches, String messageStr, boolean inMessage)
Adds Match objects for all references to tokens (including '\1' and the like).Methods in org.languagetool.rules.patterns with parameters of type Match Modifier and Type Method Description void
AbstractPatternRule. addSuggestionMatch(Match m)
Add formatted suggestion elements.void
AbstractPatternRule. addSuggestionMatchOutMsg(Match m)
Add formatted suggestion elements outside message.void
PatternToken. setMatch(Match match)
Sets the reference to another token.Method parameters in org.languagetool.rules.patterns with type arguments of type Match Modifier and Type Method Description protected @Nullable List<Match>
XMLRuleHandler. addLegacyMatches(List<Match> existingSugMatches, String messageStr, boolean inMessage)
Adds Match objects for all references to tokens (including '\1' and the like).Constructors in org.languagetool.rules.patterns with parameters of type Match Constructor Description MatchState(Match match, Synthesizer synthesizer)
-
Uses of Match in org.languagetool.tagging.disambiguation.rules
Methods in org.languagetool.tagging.disambiguation.rules that return Match Modifier and Type Method Description @Nullable Match
DisambiguationPatternRule. getMatchElement()
Constructors in org.languagetool.tagging.disambiguation.rules with parameters of type Match Constructor Description DisambiguationPatternRule(String id, String description, Language language, List<PatternToken> patternTokens, String disambiguatedPOS, Match posSelect, DisambiguationPatternRule.DisambiguatorAction disambAction)
-