Interface DiscontinuedInstruction.JsrInstruction

All Superinterfaces:
ClassFileElement, CodeElement, DiscontinuedInstruction, Instruction
All Known Implementing Classes:
AbstractInstruction.BoundJsrInstruction, AbstractInstruction.UnboundJsrInstruction
Enclosing interface:
DiscontinuedInstruction

public static sealed interface DiscontinuedInstruction.JsrInstruction extends DiscontinuedInstruction permits AbstractInstruction.BoundJsrInstruction, AbstractInstruction.UnboundJsrInstruction
Models JSR and JSR_W instructions discontinued from the code array of a Code attribute since class file version 51.0. Corresponding opcodes will have a kind of Opcode.Kind.DISCONTINUED_JSR. Delivered as a CodeElement when traversing the elements of a CodeModel.
Since:
22