Interface StackMapFrameInfo.UninitializedVerificationTypeInfo

All Superinterfaces:
StackMapFrameInfo.VerificationTypeInfoPREVIEW
Enclosing interface:
StackMapFrameInfoPREVIEW

public static sealed interface StackMapFrameInfo.UninitializedVerificationTypeInfo extends StackMapFrameInfo.VerificationTypeInfoPREVIEW
UninitializedVerificationTypeInfo is a preview API of the Java platform.
Programs can only use UninitializedVerificationTypeInfo when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
An uninitialized stack value.
Since:
22
  • Method Details

    • newTarget

      LabelPREVIEW 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