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.
See Java Virtual Machine Specification:
4.7.4 The StackMapTable Attribute
Since:
24
  • Method Details

    • newTarget

      Label newTarget()
      Returns the label immediately before the new instruction that creates this uninitialized object.
      Returns:
      the label immediately before the new instruction that creates this uninitialized object
    • of

      Returns an uninitialized verification type info.
      Parameters:
      newTarget - the label immediately before the new instruction that creates this uninitialized object
      Returns:
      an uninitialized verification type info