Uses of Class
org.languagetool.rules.Category
-
Packages that use Category Package Description org.languagetool org.languagetool.rules org.languagetool.rules.patterns -
-
Uses of Category in org.languagetool
Methods in org.languagetool that return types with arguments of type Category Modifier and Type Method Description Map<CategoryId,Category>
JLanguageTool. getCategories()
Get all rule categories for the current language. -
Uses of Category in org.languagetool.rules
Methods in org.languagetool.rules that return Category Modifier and Type Method Description Category
Categories. getCategory(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
-