Interface StackMapFrameInfo.ObjectVerificationTypeInfo
- All Superinterfaces:
- StackMapFrameInfo.VerificationTypeInfo
- Enclosing interface:
- StackMapFrameInfo
public static sealed interface StackMapFrameInfo.ObjectVerificationTypeInfo
extends StackMapFrameInfo.VerificationTypeInfo
- See Java Virtual Machine Specification:
- 
4.7.4 The StackMapTableAttribute
- Since:
- 24
- 
Field SummaryFields declared in interface java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfoITEM_DOUBLE, ITEM_FLOAT, ITEM_INTEGER, ITEM_LONG, ITEM_NULL, ITEM_OBJECT, ITEM_TOP, ITEM_UNINITIALIZED, ITEM_UNINITIALIZED_THIS
- 
Method SummaryModifier and TypeMethodDescriptionReturns the class of the object.default ClassDescReturns the class of the object, as a symbolic descriptor.of(ClassEntry className) Returns a new object verification type info.Returns a new object verification type info.Methods declared in interface java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfotag
- 
Method Details- 
ofReturns a new object verification type info.- Parameters:
- className- the class of the object
- Returns:
- a new object verification type info
 
- 
ofReturns a new object verification type info.- Parameters:
- classDesc- the class of the object
- Returns:
- a new object verification type info
- Throws:
- IllegalArgumentException- if- classDescrepresents a primitive type
 
- 
className
- 
classSymbolReturns the class of the object, as a symbolic descriptor.- Returns:
- the class of the object, as a symbolic descriptor
 
 
-