Module org.glavo.classfile
Package org.glavo.classfile.attribute
Interface StackMapFrameInfo.VerificationTypeInfo
- All Known Subinterfaces:
StackMapFrameInfo.ObjectVerificationTypeInfo,StackMapFrameInfo.UninitializedVerificationTypeInfo
- All Known Implementing Classes:
StackMapDecoder.ObjectVerificationTypeInfoImpl,StackMapDecoder.UninitializedVerificationTypeInfoImpl,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:
- 22
-
Method Summary
-
Method Details
-
tag
int tag()Returns the tag of the type info.- Returns:
- the tag of the type info
-