Uses of Interface
java.lang.classfile.attribute.StackMapFrameInfo
Packages that use StackMapFrameInfo
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of StackMapFrameInfo in java.lang.classfile.attribute
Methods in java.lang.classfile.attribute that return StackMapFrameInfoModifier and TypeMethodDescriptionstatic StackMapFrameInfo
StackMapFrameInfo.of
(Label target, List<StackMapFrameInfo.VerificationTypeInfo> locals, List<StackMapFrameInfo.VerificationTypeInfo> stack) Returns a new stack map frame.Methods in java.lang.classfile.attribute that return types with arguments of type StackMapFrameInfoMethod parameters in java.lang.classfile.attribute with type arguments of type StackMapFrameInfoModifier and TypeMethodDescriptionstatic StackMapTableAttribute
StackMapTableAttribute.of
(List<StackMapFrameInfo> entries) Returns a stack map table attribute.