Module java.base
Package java.lang.classfilePREVIEW

Enum Class Opcode

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

public enumOpcodeextendsEnum<OpcodePREVIEW>
Opcode is a preview API of the Java platform.
Programs can only useOpcode 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 in6.5. As well as a number of pseudo-instructions that may be encountered when traversing the instructions of a method.
Since:
22
See Also: