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.classfilePREVIEW 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_TABLEAttribute mapper for theStackMapTableattribute -
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.