Uses of Interface
java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
Packages that use StackMapFrameInfo.VerificationTypeInfo
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of StackMapFrameInfo.VerificationTypeInfo in java.lang.classfile.attribute
Subinterfaces of StackMapFrameInfo.VerificationTypeInfo in java.lang.classfile.attributeModifier and TypeInterfaceDescriptionstatic interface
A stack value for an object type.static interface
An uninitialized stack value.Classes in java.lang.classfile.attribute that implement StackMapFrameInfo.VerificationTypeInfoModifier and TypeClassDescriptionstatic enum
A simple stack value.Methods in java.lang.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 java.lang.classfile.attribute with type arguments of type StackMapFrameInfo.VerificationTypeInfoModifier and TypeMethodDescriptionstatic StackMapFrameInfo
StackMapFrameInfo.of
(Label target, List<StackMapFrameInfo.VerificationTypeInfo> locals, List<StackMapFrameInfo.VerificationTypeInfo> stack) Returns a new stack map frame.