Uses of Interface
java.lang.classfile.attribute.StackMapTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of StackMapTableAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<StackMapTableAttributePREVIEW> Attributes.STACK_MAP_TABLE
Attribute mapper for theStackMapTable
attribute -
Uses of StackMapTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionStackMapTableAttribute.of
(List<StackMapFrameInfoPREVIEW> entries) Returns a stack map table attribute.