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 CategoryRule. categoryMethods in org.languagetool.rules that return Category Modifier and Type Method Description CategoryCategories. getCategory(java.util.ResourceBundle messages)CategoryRule. getCategory()Methods in org.languagetool.rules with parameters of type Category Modifier and Type Method Description voidRule. 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 CategoryPatternRuleHandler. category -
Uses of Category in org.languagetool.tools
Methods in org.languagetool.tools with parameters of type Category Modifier and Type Method Description private voidRuleMatchesAsJsonSerializer. writeCategory(com.fasterxml.jackson.core.JsonGenerator g, Category category)
-