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 Details

    • newTarget

      Label newTarget()
      Returns the new 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 - the new instruction position that creates this unitialized object
      Returns:
      an unitialized verification type info