Uses of Class
org.languagetool.rules.Category.Location
-
Packages that use Category.Location Package Description org.languagetool.rules -
-
Uses of Category.Location in org.languagetool.rules
Fields in org.languagetool.rules declared as Category.Location Modifier and Type Field Description private Category.LocationCategory. locationMethods in org.languagetool.rules that return Category.Location Modifier and Type Method Description Category.LocationCategory. getLocation()static Category.LocationCategory.Location. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Category.Location[]Category.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.languagetool.rules with parameters of type Category.Location Constructor Description Category(CategoryId id, java.lang.String name, Category.Location location)Category(CategoryId id, java.lang.String name, Category.Location location, boolean onByDefault)Category(CategoryId id, java.lang.String name, Category.Location location, boolean onByDefault, java.lang.String tabname)
-