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.classfile
PREVIEW library.-
Uses of StackMapFrameInfo.VerificationTypeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces of StackMapFrameInfo.VerificationTypeInfoPREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptionstatic interface
Preview.A stack value for an object type.static interface
Preview.An uninitialized stack value.Classes in java.lang.classfile.attributePREVIEW that implement StackMapFrameInfo.VerificationTypeInfoPREVIEWModifier and TypeClassDescriptionstatic enum
Preview.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 StackMapFrameInfoPREVIEW
StackMapFrameInfo.of
(LabelPREVIEW target, List<StackMapFrameInfo.VerificationTypeInfoPREVIEW> locals, List<StackMapFrameInfo.VerificationTypeInfoPREVIEW> stack) Returns a new stack map frame.