Uses of Class
org.languagetool.rules.Category
-
Packages that use Category Package Description org.languagetool org.languagetool.rules org.languagetool.rules.patterns org.languagetool.tools -
-
Uses of Category in org.languagetool
Methods in org.languagetool that return types with arguments of type Category Modifier and Type Method Description java.util.Map<CategoryId,Category>
JLanguageTool. getCategories()
Get all rule categories for the current language. -
Uses of Category in org.languagetool.rules
Fields in org.languagetool.rules declared as Category Modifier and Type Field Description private Category
Rule. category
Methods in org.languagetool.rules that return Category Modifier and Type Method Description Category
Categories. getCategory(java.util.ResourceBundle messages)
Category
Rule. getCategory()
Methods in org.languagetool.rules with parameters of type Category Modifier and Type Method Description void
Rule. setCategory(Category category)
-
Uses of Category in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Category Modifier and Type Field Description protected Category
PatternRuleHandler. category
-
Uses of Category in org.languagetool.tools
Methods in org.languagetool.tools with parameters of type Category Modifier and Type Method Description private void
RuleMatchesAsJsonSerializer. writeCategory(com.fasterxml.jackson.core.JsonGenerator g, Category category)
-