Interface StackMapFrameInfo.UninitializedVerificationTypeInfo
- All Superinterfaces:
StackMapFrameInfo.VerificationTypeInfo
- Enclosing interface:
StackMapFrameInfo
public static sealed interface StackMapFrameInfo.UninitializedVerificationTypeInfo
extends StackMapFrameInfo.VerificationTypeInfo
- Since:
- 24
-
Field Summary
Fields declared in interface java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
ITEM_DOUBLE, ITEM_FLOAT, ITEM_INTEGER, ITEM_LONG, ITEM_NULL, ITEM_OBJECT, ITEM_TOP, ITEM_UNINITIALIZED, ITEM_UNINITIALIZED_THIS
-
Method Summary
Modifier and TypeMethodDescriptionReturns thenew
instruction position that creates this unitialized object.Returns an unitialized verification type info.Methods declared in interface java.lang.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
tag
-
Method Details
-
newTarget
Label newTarget()Returns thenew
instruction position that creates this unitialized object.- Returns:
- the
new
instruction position that creates this unitialized object
-
of
Returns an unitialized verification type info.- Parameters:
newTarget
- thenew
instruction position that creates this unitialized object- Returns:
- an unitialized verification type info
-