public final class jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind extends java.lang.Enum<jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
  super_class: java.lang.Enum
{
  public static final jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind SEQUENCE_ELEMENT;
    descriptor: Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind SEQUENCE_ELEMENT_INDEX;
    descriptor: Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind SEQUENCE_RANGE;
    descriptor: Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind GROUP_ELEMENT;
    descriptor: Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  private static final jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind[] ENUM$VALUES;
    descriptor: [Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 254
            new jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            dup
            ldc "SEQUENCE_ELEMENT"
            iconst_0
            ldc "unbound sequence element"
            invokespecial jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.SEQUENCE_ELEMENT:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
         1: .line 255
            new jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            dup
            ldc "SEQUENCE_ELEMENT_INDEX"
            iconst_1
            ldc "bound sequence element"
            invokespecial jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.SEQUENCE_ELEMENT_INDEX:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
         2: .line 256
            new jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            dup
            ldc "SEQUENCE_RANGE"
            iconst_2
            ldc "sequence range"
            invokespecial jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.SEQUENCE_RANGE:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
         3: .line 257
            new jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            dup
            ldc "GROUP_ELEMENT"
            iconst_3
            ldc "group element"
            invokespecial jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.GROUP_ELEMENT:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
         4: .line 253
            iconst_4
            anewarray jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            dup
            iconst_0
            getstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.SEQUENCE_ELEMENT:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            aastore
            dup
            iconst_1
            getstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.SEQUENCE_ELEMENT_INDEX:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            aastore
            dup
            iconst_2
            getstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.SEQUENCE_RANGE:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            aastore
            dup
            iconst_3
            getstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.GROUP_ELEMENT:Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            aastore
            putstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.ENUM$VALUES:[Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind this
        start local 3 // java.lang.String description
         0: .line 261
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 262
            aload 0 /* this */
            aload 3 /* description */
            putfield jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.description:Ljava/lang/String;
         2: .line 263
            return
        end local 3 // java.lang.String description
        end local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            0    3     3  description  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      description    

  public java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind this
         0: .line 266
            aload 0 /* this */
            getfield jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.description:Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;

  public static jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind[] values();
    descriptor: ()[Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind.ENUM$VALUES:[Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Ljdk/internal/foreign/LayoutPath$PathElementImpl$PathKind;>;
SourceFile: "LayoutPath.java"
NestHost: jdk.internal.foreign.LayoutPath
InnerClasses:
  public PathElementImpl = jdk.internal.foreign.LayoutPath$PathElementImpl of jdk.internal.foreign.LayoutPath
  public final PathKind = jdk.internal.foreign.LayoutPath$PathElementImpl$PathKind of jdk.internal.foreign.LayoutPath$PathElementImpl