Interface StackMapFrameInfo.VerificationTypeInfo
- All Known Subinterfaces:
StackMapFrameInfo.ObjectVerificationTypeInfo
,StackMapFrameInfo.UninitializedVerificationTypeInfo
- All Known Implementing Classes:
StackMapFrameInfo.SimpleVerificationTypeInfo
- Enclosing interface:
StackMapFrameInfo
public static sealed interface StackMapFrameInfo.VerificationTypeInfo
permits StackMapFrameInfo.SimpleVerificationTypeInfo, StackMapFrameInfo.ObjectVerificationTypeInfo, StackMapFrameInfo.UninitializedVerificationTypeInfo
The type of a stack value.
- Since:
- 24
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Thetag
for verification type infoUNINITIALIZED
.static final int
Thetag
for verification type infoUNINITIALIZED_THIS
. -
Method Summary
-
Field Details
-
ITEM_TOP
-
ITEM_INTEGER
-
ITEM_FLOAT
-
ITEM_DOUBLE
-
ITEM_LONG
-
ITEM_NULL
-
ITEM_UNINITIALIZED_THIS
static final int ITEM_UNINITIALIZED_THISThetag
for verification type infoUNINITIALIZED_THIS
.- See Also:
-
ITEM_OBJECT
-
ITEM_UNINITIALIZED
-
-
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
-