final class org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind extends java.lang.Enum<org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
  super_class: java.lang.Enum
{
  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind NULL;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind BOOLEAN;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind NUMBER;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind STRING;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind HOST_OBJECT;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind NATIVE_POINTER;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind DATE;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind TIME;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind TIME_ZONE;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind DURATION;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind META_OBJECT;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind OBJECT;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind EXCEPTION;
    descriptor: Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final java.lang.String displayName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind[] ENUM$VALUES;
    descriptor: [Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    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 701
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "NULL"
            iconst_0
            ldc "null"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.NULL:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         1: .line 702
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "BOOLEAN"
            iconst_1
            ldc "boolean"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.BOOLEAN:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         2: .line 703
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "NUMBER"
            iconst_2
            ldc "number"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.NUMBER:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         3: .line 704
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "STRING"
            iconst_3
            ldc "string"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.STRING:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         4: .line 705
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "HOST_OBJECT"
            iconst_4
            ldc "hostObject"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.HOST_OBJECT:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         5: .line 706
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "NATIVE_POINTER"
            iconst_5
            ldc "nativePointer"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.NATIVE_POINTER:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         6: .line 707
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "DATE"
            bipush 6
            ldc "date"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.DATE:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         7: .line 708
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "TIME"
            bipush 7
            ldc "time"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.TIME:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         8: .line 709
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "TIME_ZONE"
            bipush 8
            ldc "timeZone"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.TIME_ZONE:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
         9: .line 710
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "DURATION"
            bipush 9
            ldc "duration"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.DURATION:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
        10: .line 711
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "META_OBJECT"
            bipush 10
            ldc "metaObject"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.META_OBJECT:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
        11: .line 712
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "OBJECT"
            bipush 11
            ldc "object"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.OBJECT:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
        12: .line 713
            new org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            ldc "EXCEPTION"
            bipush 12
            ldc "exception"
            invokespecial org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.EXCEPTION:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
        13: .line 700
            bipush 13
            anewarray org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            dup
            iconst_0
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.NULL:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            iconst_1
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.BOOLEAN:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            iconst_2
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.NUMBER:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            iconst_3
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.STRING:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            iconst_4
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.HOST_OBJECT:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            iconst_5
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.NATIVE_POINTER:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 6
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.DATE:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 7
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.TIME:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 8
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.TIME_ZONE:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 9
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.DURATION:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 10
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.META_OBJECT:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 11
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.OBJECT:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            dup
            bipush 12
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.EXCEPTION:Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aastore
            putstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.ENUM$VALUES:[Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            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 // org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind this
        start local 3 // java.lang.String displayName
         0: .line 717
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 718
            aload 0 /* this */
            aload 3 /* displayName */
            putfield org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.displayName:Ljava/lang/String;
         2: .line 719
            return
        end local 3 // java.lang.String displayName
        end local 0 // org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            0    3     3  displayName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      displayName    final

  java.lang.String getDisplayName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind this
         0: .line 722
            aload 0 /* this */
            getfield org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.displayName:Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;

  public static org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind[] values();
    descriptor: ()[Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind.ENUM$VALUES:[Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            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 org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/graalvm/polyglot/tck/TypeDescriptor$PrimitiveKind;>;
SourceFile: "TypeDescriptor.java"
NestHost: org.graalvm.polyglot.tck.TypeDescriptor
InnerClasses:
  private final PrimitiveKind = org.graalvm.polyglot.tck.TypeDescriptor$PrimitiveKind of org.graalvm.polyglot.tck.TypeDescriptor