Uses of Interface
java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
Packages that use StackMapFrameInfo.VerificationTypeInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of StackMapFrameInfo.VerificationTypeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces of StackMapFrameInfo.VerificationTypeInfoPREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptionstatic interfacePreview.A stack value for an object type.static interfacePreview.An uninitialized stack value.Classes in java.lang.classfile.attributePREVIEW that implement StackMapFrameInfo.VerificationTypeInfoPREVIEWModifier and TypeClassDescriptionstatic enumPreview.A simple stack value.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type StackMapFrameInfo.VerificationTypeInfoPREVIEWModifier and TypeMethodDescriptionStackMapFrameInfo.locals()Returns the expanded local variable types.StackMapFrameInfo.stack()Returns the expanded stack types.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type StackMapFrameInfo.VerificationTypeInfoPREVIEWModifier and TypeMethodDescriptionstatic StackMapFrameInfoPREVIEWStackMapFrameInfo.of(LabelPREVIEW target, List<StackMapFrameInfo.VerificationTypeInfoPREVIEW> locals, List<StackMapFrameInfo.VerificationTypeInfoPREVIEW> stack) Returns a new stack map frame.