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
Methods in java.lang.classfilePREVIEW that return types with arguments of type StackMapTableAttributePREVIEWModifier and TypeMethodDescriptionAttributes.stackMapTable()
Returns Attribute mapper for theStackMapTable
attribute. -
Uses of StackMapTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type StackMapTableAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Methods in java.lang.classfile.attributePREVIEW that return StackMapTableAttributePREVIEWModifier and TypeMethodDescriptionStackMapTableAttribute.of
(List<StackMapFrameInfoPREVIEW> entries) Returns a stack map table attribute.