Uses of Interface
java.lang.classfile.attribute.StackMapTableAttribute
Packages that use StackMapTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of StackMapTableAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type StackMapTableAttributeModifier and TypeMethodDescriptionAttributes.stackMapTable()
Returns Attribute mapper for theStackMapTable
attribute. -
Uses of StackMapTableAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type StackMapTableAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Methods in java.lang.classfile.attribute that return StackMapTableAttributeModifier and TypeMethodDescriptionstatic StackMapTableAttribute
StackMapTableAttribute.of
(List<StackMapFrameInfo> entries) Returns a stack map table attribute.