Module org.glavo.classfile
Package org.glavo.classfile.attribute
Interface StackMapFrameInfo.UninitializedVerificationTypeInfo
- All Superinterfaces:
StackMapFrameInfo.VerificationTypeInfo
- All Known Implementing Classes:
StackMapDecoder.UninitializedVerificationTypeInfoImpl
- Enclosing interface:
StackMapFrameInfo
public static sealed interface StackMapFrameInfo.UninitializedVerificationTypeInfo
extends StackMapFrameInfo.VerificationTypeInfo
permits StackMapDecoder.UninitializedVerificationTypeInfoImpl
An uninitialized stack value.
- Since:
- 22
-
Method Summary
Modifier and TypeMethodDescriptionReturns thenewinstruction position that creates this unitialized object.Returns an unitialized verification type info.Methods inherited from interface org.glavo.classfile.attribute.StackMapFrameInfo.VerificationTypeInfo
tag
-
Method Details
-
newTarget
Label newTarget()Returns thenewinstruction position that creates this unitialized object.- Returns:
- the
newinstruction position that creates this unitialized object
-
of
Returns an unitialized verification type info.- Parameters:
newTarget- thenewinstruction position that creates this unitialized object- Returns:
- an unitialized verification type info
-