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 or local variable value.
- See Java Virtual Machine Specification:
- 
4.7.4 The StackMapTableAttribute
- Since:
- 24
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intThetagfor verification type infoUNINITIALIZED.static final intThetagfor verification type infoUNINITIALIZED_THIS.
- 
Method Summary
- 
Field Details- 
ITEM_TOP
- 
ITEM_INTEGER
- 
ITEM_FLOAT
- 
ITEM_DOUBLE
- 
ITEM_LONG
- 
ITEM_NULL
- 
ITEM_UNINITIALIZED_THISstatic final int ITEM_UNINITIALIZED_THISThetagfor verification type infoUNINITIALIZED_THIS.- See Also:
 
- 
ITEM_OBJECT
- 
ITEM_UNINITIALIZED
 
- 
- 
Method Details- 
tagint tag()Returns the tag of the type info.- API Note:
- ITEM_-prefixed constants in this class, such as- ITEM_TOP, describe the possible return values of this method.
- Returns:
- the tag of the type info
 
 
-