Uses of Interface
java.lang.classfile.attribute.StackMapTableAttribute
Packages that use StackMapTableAttributePREVIEW
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
Fields in java.lang.classfilePREVIEW with type parameters of type StackMapTableAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<StackMapTableAttributePREVIEW> Attributes.STACK_MAP_TABLE
Attribute mapper for theStackMapTable
attribute -
Uses of StackMapTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return StackMapTableAttributePREVIEWModifier and TypeMethodDescriptionStackMapTableAttribute.of
(List<StackMapFrameInfoPREVIEW> entries) Returns a stack map table attribute.