Uses of Class
org.languagetool.rules.ErrorTriggeringExample
-
Packages that use ErrorTriggeringExample Package Description org.languagetool.rules org.languagetool.rules.patterns -
-
Uses of ErrorTriggeringExample in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type ErrorTriggeringExample Modifier and Type Field Description private java.util.List<ErrorTriggeringExample>
Rule. errorTriggeringExamples
Methods in org.languagetool.rules that return types with arguments of type ErrorTriggeringExample Modifier and Type Method Description java.util.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 ErrorTriggeringExample Modifier and Type Method Description void
Rule. setErrorTriggeringExamples(java.util.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 ErrorTriggeringExample Modifier and Type Field Description protected java.util.List<ErrorTriggeringExample>
XMLRuleHandler. errorTriggeringExamples
-