Uses of Enum Class
jdk.incubator.jextract.Type.Delegated.Kind
Packages that use Type.Delegated.Kind
-
Uses of Type.Delegated.Kind in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.Delegated.KindModifier and TypeMethodDescriptionType.Delegated.kind()The delegated type kind.static Type.Delegated.KindReturns the enum constant of this class with the specified name.static Type.Delegated.Kind[]Type.Delegated.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.Delegated.KindModifier and TypeMethodDescriptionstatic Type.DelegatedType.qualified(Type.Delegated.Kind kind, Type type) Creates a new qualified type given kind and underlying type.