Module java.base

Enum Class Opcode.Kind

java.lang.Object
java.lang.Enum<Opcode.KindPREVIEW>
java.lang.classfile.Opcode.Kind
All Implemented Interfaces:
Serializable, Comparable<Opcode.KindPREVIEW>, Constable
Enclosing class:
OpcodePREVIEW

public static enum Opcode.Kind extends Enum<Opcode.KindPREVIEW>
Kind is a preview API of the Java platform.
Programs can only use Kind when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Kinds of opcodes.
Since:
22