Enum Class Opcode

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

public enumOpcodeextendsEnum<Opcode>
Describes the opcodes of the JVM instruction set, as described in JVMS6.5.This includes a few pseudo-opcodes modified bywide.

An opcode describes the operation of an instruction.

API Note:
The enum constants are named after the opcodes' mnemonics in uppercase.Wide pseudo-opcodes are named with the original opcodes' mnemonic plusa_W suffix. However,ldc_w,ldc2_w,goto_w, andjsr_w are legitimate opcodesinstead of wide pseudo-opcodes.
SeeJava Virtual Machine Specification:
6.5 Instructions
Since:
24
See Also: