Interface StackMapFrameInfo.UninitializedVerificationTypeInfo

All Superinterfaces:
StackMapFrameInfo.VerificationTypeInfo
Enclosing interface:
StackMapFrameInfo

public static sealed interface StackMapFrameInfo.UninitializedVerificationTypeInfo extends StackMapFrameInfo.VerificationTypeInfo
An uninitialized stack value. Its tag is 8.
Since:
24
  • 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