Uses of Class
org.checkerframework.checker.i18nformatter.qual.I18nConversionCategory
-
Packages that use I18nConversionCategory Package Description org.checkerframework.checker.i18nformatter.qual -
-
Uses of I18nConversionCategory in org.checkerframework.checker.i18nformatter.qual
Fields in org.checkerframework.checker.i18nformatter.qual declared as I18nConversionCategory Modifier and Type Field Description (package private) static I18nConversionCategory[]I18nConversionCategory. namedCategoriesMethods in org.checkerframework.checker.i18nformatter.qual that return I18nConversionCategory Modifier and Type Method Description static I18nConversionCategoryI18nConversionCategory. intersect(I18nConversionCategory a, I18nConversionCategory b)Returns the intersection of the two given I18nConversionCategories.static I18nConversionCategoryI18nConversionCategory. stringToI18nConversionCategory(String string)Creates a conversion cagetogry from a string name.static I18nConversionCategoryI18nConversionCategory. union(I18nConversionCategory a, I18nConversionCategory b)Returns the union of the two given I18nConversionCategories.I18nConversionCategory[]value()An array ofI18nConversionCategory, indicating the types of legal remaining arguments when a value of the annotated type is used as the first argument toMessage.format.static I18nConversionCategoryI18nConversionCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static I18nConversionCategory[]I18nConversionCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.checkerframework.checker.i18nformatter.qual with parameters of type I18nConversionCategory Modifier and Type Method Description static I18nConversionCategoryI18nConversionCategory. intersect(I18nConversionCategory a, I18nConversionCategory b)Returns the intersection of the two given I18nConversionCategories.static booleanI18nConversionCategory. isSubsetOf(I18nConversionCategory a, I18nConversionCategory b)Return true if a is a subset of b.static I18nConversionCategoryI18nConversionCategory. union(I18nConversionCategory a, I18nConversionCategory b)Returns the union of the two given I18nConversionCategories.
-