Module java.base

Enum Class Opcode

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

public enum Opcode extends Enum<OpcodePREVIEW>
Opcode is a preview API of the Java platform.
Programs can only use Opcode when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Describes the opcodes of the JVM instruction set, as described in 6.5. As well as a number of pseudo-instructions that may be encountered when traversing the instructions of a method.
Since:
22
See Also: