Uses of Enum Class
java.lang.classfile.Opcode.Kind
Packages that use Opcode.KindPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Opcode.KindPREVIEW in java.lang.classfilePREVIEW
Subclasses with type arguments of type Opcode.KindPREVIEW in java.lang.classfilePREVIEWMethods in java.lang.classfilePREVIEW that return Opcode.KindPREVIEWModifier 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.