Uses of Interface
io.smallrye.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
Packages that use StackMapFrameInfo.VerificationTypeInfo
Package
Description
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of StackMapFrameInfo.VerificationTypeInfo in io.smallrye.classfile.attribute
Subinterfaces of StackMapFrameInfo.VerificationTypeInfo in io.smallrye.classfile.attributeModifier and TypeInterfaceDescriptionstatic interfaceA stack value for an object type.static interfaceAn uninitialized stack value.Classes in io.smallrye.classfile.attribute that implement StackMapFrameInfo.VerificationTypeInfoModifier and TypeClassDescriptionstatic enumA simple stack value.Methods in io.smallrye.classfile.attribute that return types with arguments of type StackMapFrameInfo.VerificationTypeInfoModifier and TypeMethodDescriptionStackMapFrameInfo.locals()Returns the expanded local variable types.StackMapFrameInfo.stack()Returns the expanded operand stack types.Method parameters in io.smallrye.classfile.attribute with type arguments of type StackMapFrameInfo.VerificationTypeInfoModifier and TypeMethodDescriptionstatic StackMapFrameInfoStackMapFrameInfo.of(Label target, List<StackMapFrameInfo.VerificationTypeInfo> locals, List<StackMapFrameInfo.VerificationTypeInfo> stack) Returns a new stack map frame.