Interface DiscontinuedInstruction
- All Superinterfaces:
ClassFileElement,CodeElement,Instruction
- All Known Subinterfaces:
DiscontinuedInstruction.JsrInstruction,DiscontinuedInstruction.RetInstruction
public sealed interface DiscontinuedInstruction
extends Instruction
permits DiscontinuedInstruction.JsrInstruction, DiscontinuedInstruction.RetInstruction
Models instruction discontinued from the
code array of a Code
attribute. Delivered as a CodeElement when traversing the elements of
a CodeModel.- Since:
- 24
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceModels JSR and JSR_W instructions discontinued from thecodearray of aCodeattribute since class file version 51.0.static interfaceModels RET and RET_W instructions discontinued from thecodearray of aCodeattribute since class file version 51.0. -
Method Summary
Methods declared in interface java.lang.classfile.Instruction
opcode, sizeInBytes