Uses of Enum Class
java.lang.classfile.TypeAnnotation.TypePathComponent.Kind
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypePathComponent.KindPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionTypeAnnotation.TypePathComponent.typePathKind()
The type path kind items from JVMS Table 4.7.20.2-A.Returns the enum constant of this class with the specified name.TypeAnnotation.TypePathComponent.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTypeAnnotation.TypePathComponent.of
(TypeAnnotation.TypePathComponent.KindPREVIEW typePathKind, int typeArgumentIndex) Returns type path component of an annotation.