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 TypeMethodDescriptionAttributes.stackMapTable()
Returns Attribute mapper for theStackMapTable
attribute. -
Uses of StackMapTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Modifier and TypeMethodDescriptionStackMapTableAttribute.of
(List<StackMapFrameInfoPREVIEW> entries) Returns a stack map table attribute.