Uses of Interface
java.lang.classfile.attribute.StackMapFrameInfo
Packages that use StackMapFrameInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of StackMapFrameInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return StackMapFrameInfoPREVIEWModifier and TypeMethodDescriptionstatic StackMapFrameInfoPREVIEW
StackMapFrameInfo.of
(LabelPREVIEW target, List<StackMapFrameInfo.VerificationTypeInfoPREVIEW> locals, List<StackMapFrameInfo.VerificationTypeInfoPREVIEW> stack) Returns a new stack map frame.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type StackMapFrameInfoPREVIEWMethod parameters in java.lang.classfile.attributePREVIEW with type arguments of type StackMapFrameInfoPREVIEWModifier and TypeMethodDescriptionStackMapTableAttribute.of
(List<StackMapFrameInfoPREVIEW> entries) Returns a stack map table attribute.