Uses of Enum Class
java.lang.classfile.Opcode.Kind
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Opcode.KindPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionOpcode.kind()
Returns instruction kind.static Opcode.KindPREVIEW
Returns the enum constant of this class with the specified name.static Opcode.KindPREVIEW[]
Opcode.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.