Uses of Enum Class
jdk.incubator.jextract.Type.Primitive.Kind
Packages that use Type.Primitive.Kind
-
Uses of Type.Primitive.Kind in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.Primitive.KindModifier and TypeMethodDescriptionType.Primitive.kind()The primitive type kind.static Type.Primitive.KindReturns the enum constant of this class with the specified name.static Type.Primitive.Kind[]Type.Primitive.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jdk.incubator.jextract with parameters of type Type.Primitive.KindModifier and TypeMethodDescriptionstatic Type.PrimitiveType.primitive(Type.Primitive.Kind kind) Creates a new primitive type given kind.