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
-
Method Summary
-
Method Details
-
tag
int tag()Returns the tag of the type info.- Returns:
- the tag of the type info
-
VerificationTypeInfo
when preview features are enabled.