Interface BranchInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface BranchInstruction extends Instruction
Models a branching instruction (conditional or unconditional) in the code array of a Code attribute. Corresponding opcodes will have a kind of Opcode.Kind.BRANCH. Delivered as a CodeElement when traversing the elements of a CodeModel.
Since:
24