Uses of Class
org.languagetool.rules.ErrorTriggeringExample
Packages that use ErrorTriggeringExample
-
Uses of ErrorTriggeringExample in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type ErrorTriggeringExampleMethods in org.languagetool.rules that return types with arguments of type ErrorTriggeringExampleModifier and TypeMethodDescriptionfinal List<ErrorTriggeringExample>
Rule.getErrorTriggeringExamples()
Get the examples that are correct but still trigger the rule due to an issue with the rule.Method parameters in org.languagetool.rules with type arguments of type ErrorTriggeringExampleModifier and TypeMethodDescriptionfinal void
Rule.setErrorTriggeringExamples
(List<ErrorTriggeringExample> examples) Set the examples that are correct but still trigger the rule due to an issue with the rule. -
Uses of ErrorTriggeringExample in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns with type parameters of type ErrorTriggeringExampleModifier and TypeFieldDescriptionprotected List<ErrorTriggeringExample>
XMLRuleHandler.errorTriggeringExamples