Interface StackMapFrameInfo


public sealed interface StackMapFrameInfo
Models a stack map frame in a StackMapTable attribute (JVMS ). A stack map frame must appear at the beginning of each basic block in a method (JVMS ).
Since:
24
See Also: