Interface StackMapFrameInfo.VerificationTypeInfo
- All Known Subinterfaces:
StackMapFrameInfo.ObjectVerificationTypeInfoPREVIEW,StackMapFrameInfo.UninitializedVerificationTypeInfoPREVIEW
- All Known Implementing Classes:
StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW
- Enclosing interface:
StackMapFrameInfoPREVIEW
public static sealed interface StackMapFrameInfo.VerificationTypeInfo
permits StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW, StackMapFrameInfo.ObjectVerificationTypeInfoPREVIEW, StackMapFrameInfo.UninitializedVerificationTypeInfoPREVIEW
VerificationTypeInfo is a preview API of the Java platform.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
The type of a stack value.
- Since:
- 22
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
ITEM_TOP
-
ITEM_INTEGER
-
ITEM_FLOAT
-
ITEM_DOUBLE
-
ITEM_LONG
-
ITEM_NULL
-
ITEM_UNINITIALIZED_THIS
static final int ITEM_UNINITIALIZED_THIS- See Also:
-
ITEM_OBJECT
-
ITEM_UNINITIALIZED
static final int ITEM_UNINITIALIZED- See Also:
-
-
Method Details
-
tag
int tag()Returns the tag of the type info.- API Note:
ITEM_-prefixed constants in this class, such asITEM_TOP, describe the possible return values of this method.- Returns:
- the tag of the type info
-
VerificationTypeInfowhen preview features are enabled.