Uses of Enum
org.checkerframework.framework.qual.LiteralKind
Packages that use LiteralKind
Package
Description
Contains the basic annotations to be used by all type systems and meta-annotations to qualify
annotations (qualifiers).
-
Uses of LiteralKind in org.checkerframework.framework.qual
Methods in org.checkerframework.framework.qual that return LiteralKindModifier and TypeMethodDescriptionstatic LiteralKindReturns the enum constant of this type with the specified name.static LiteralKind[]LiteralKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.checkerframework.framework.qual that return types with arguments of type LiteralKindModifier and TypeMethodDescriptionstatic List<LiteralKind> LiteralKind.allLiteralKinds()Returns all LiteralKinds except for ALL and PRIMITIVE (which are shorthands for groups of other LiteralKinds).static List<LiteralKind> LiteralKind.primitiveLiteralKinds()Returns the primitiveLiteralKinds: INT, LONG, FLOAT, DOUBLE, BOOLEAN, CHAR.