Enum Class Opcode

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

public enum Opcode extends Enum<Opcode>
Describes the opcodes of the JVM instruction set, as described in JVMS . This includes a few pseudo-opcodes modified by wide.

An opcode describes the operation of an instruction.

Since:
24
See Also: