Module org.glavo.classfile
Package org.glavo.classfile.attribute
Interface StackMapFrameInfo.ObjectVerificationTypeInfo
- All Superinterfaces:
StackMapFrameInfo.VerificationTypeInfo
- All Known Implementing Classes:
StackMapDecoder.ObjectVerificationTypeInfoImpl
- Enclosing interface:
StackMapFrameInfo
public static sealed interface StackMapFrameInfo.ObjectVerificationTypeInfo
extends StackMapFrameInfo.VerificationTypeInfo
permits StackMapDecoder.ObjectVerificationTypeInfoImpl
A stack value for an object type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the class of the value.default ClassDescof(ClassEntry className) Methods inherited from interface org.glavo.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
tag
-
Method Details
-
of
-
of
-
className
ClassEntry className()Returns the class of the value.- Returns:
- the class of the value
-
classSymbol
-