Interface StackInstruction

All Superinterfaces:
ClassFileElement, CodeElement, Instruction

public sealed interface StackInstruction extends Instruction
Models a stack manipulation instruction in the code array of a Code attribute. Corresponding opcodes have a kind of Opcode.Kind.STACK. Delivered as a CodeElement when traversing the elements of a CodeModel.

A stack manipulation instruction is composite:

StackInstruction(Opcode opcode)
Since:
24
See Also: