Uses of Enum Class
com.sun.mirror.type.PrimitiveType.Kind
Package
Description
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
-
Uses of PrimitiveType.Kind in com.sun.mirror.type
Modifier and TypeMethodDescriptionPrimitiveType.getKind()
Returns the kind of primitive type that this object represents.static PrimitiveType.Kind
Returns the enum constant of this class with the specified name.static PrimitiveType.Kind[]
PrimitiveType.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrimitiveType.Kind in com.sun.mirror.util
Modifier and TypeMethodDescriptionTypes.getPrimitiveType
(PrimitiveType.Kind kind) Returns a primitive type.