Uses of Enum
org.checkerframework.checker.formatter.qual.ConversionCategory
Packages that use ConversionCategory
-
Uses of ConversionCategory in org.checkerframework.checker.formatter.qual
Subclasses with type arguments of type ConversionCategory in org.checkerframework.checker.formatter.qualModifier and TypeClassDescriptionenumElements of this enumeration are used in aFormatannotation to indicate the valid types that may be passed as a format parameter.Methods in org.checkerframework.checker.formatter.qual that return ConversionCategoryModifier and TypeMethodDescriptionstatic ConversionCategoryConversionCategory.fromConversionChar(char c) Converts a conversion character to a category.static ConversionCategoryConversionCategory.intersect(ConversionCategory a, ConversionCategory b) Returns the intersection of two categories.static ConversionCategoryConversionCategory.union(ConversionCategory a, ConversionCategory b) Returns the union of two categories.static ConversionCategoryReturns the enum constant of this type with the specified name.static ConversionCategory[]ConversionCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.checkerframework.checker.formatter.qual with parameters of type ConversionCategoryModifier and TypeMethodDescriptionstatic ConversionCategoryConversionCategory.intersect(ConversionCategory a, ConversionCategory b) Returns the intersection of two categories.static booleanConversionCategory.isSubsetOf(ConversionCategory a, ConversionCategory b) static ConversionCategoryConversionCategory.union(ConversionCategory a, ConversionCategory b) Returns the union of two categories.