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
Methods in org.checkerframework.checker.i18nformatter.qual that return I18nConversionCategory Modifier and Type Method Description static I18nConversionCategory
I18nConversionCategory. intersect(I18nConversionCategory a, I18nConversionCategory b)
Returns the intersection of the two given I18nConversionCategories.static I18nConversionCategory
I18nConversionCategory. stringToI18nConversionCategory(java.lang.String string)
Creates a conversion cagetogry from a string name.static I18nConversionCategory
I18nConversionCategory. 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 I18nConversionCategory
I18nConversionCategory. valueOf(java.lang.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 I18nConversionCategory
I18nConversionCategory. intersect(I18nConversionCategory a, I18nConversionCategory b)
Returns the intersection of the two given I18nConversionCategories.static boolean
I18nConversionCategory. isSubsetOf(I18nConversionCategory a, I18nConversionCategory b)
Return true if a is a subset of b.static I18nConversionCategory
I18nConversionCategory. union(I18nConversionCategory a, I18nConversionCategory b)
Returns the union of the two given I18nConversionCategories.
-