public final class io.vertx.codegen.PropertyKind extends java.lang.Enum<io.vertx.codegen.PropertyKind>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.vertx.codegen.PropertyKind
  super_class: java.lang.Enum
{
  public static final io.vertx.codegen.PropertyKind VALUE;
    descriptor: Lio/vertx/codegen/PropertyKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.codegen.PropertyKind LIST;
    descriptor: Lio/vertx/codegen/PropertyKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.codegen.PropertyKind SET;
    descriptor: Lio/vertx/codegen/PropertyKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.codegen.PropertyKind MAP;
    descriptor: Lio/vertx/codegen/PropertyKind;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static volatile int[] $SWITCH_TABLE$io$vertx$codegen$type$ClassKind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static final io.vertx.codegen.PropertyKind[] ENUM$VALUES;
    descriptor: [Lio/vertx/codegen/PropertyKind;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 16
            new io.vertx.codegen.PropertyKind
            dup
            ldc "VALUE"
            iconst_0
            invokespecial io.vertx.codegen.PropertyKind.<init>:(Ljava/lang/String;I)V
         1: .line 19
            putstatic io.vertx.codegen.PropertyKind.VALUE:Lio/vertx/codegen/PropertyKind;
         2: .line 21
            new io.vertx.codegen.PropertyKind
            dup
            ldc "LIST"
            iconst_1
            invokespecial io.vertx.codegen.PropertyKind.<init>:(Ljava/lang/String;I)V
         3: .line 24
            putstatic io.vertx.codegen.PropertyKind.LIST:Lio/vertx/codegen/PropertyKind;
         4: .line 26
            new io.vertx.codegen.PropertyKind
            dup
            ldc "SET"
            iconst_2
            invokespecial io.vertx.codegen.PropertyKind.<init>:(Ljava/lang/String;I)V
         5: .line 29
            putstatic io.vertx.codegen.PropertyKind.SET:Lio/vertx/codegen/PropertyKind;
         6: .line 31
            new io.vertx.codegen.PropertyKind
            dup
            ldc "MAP"
            iconst_3
            invokespecial io.vertx.codegen.PropertyKind.<init>:(Ljava/lang/String;I)V
         7: .line 34
            putstatic io.vertx.codegen.PropertyKind.MAP:Lio/vertx/codegen/PropertyKind;
         8: .line 14
            iconst_4
            anewarray io.vertx.codegen.PropertyKind
            dup
            iconst_0
            getstatic io.vertx.codegen.PropertyKind.VALUE:Lio/vertx/codegen/PropertyKind;
            aastore
            dup
            iconst_1
            getstatic io.vertx.codegen.PropertyKind.LIST:Lio/vertx/codegen/PropertyKind;
            aastore
            dup
            iconst_2
            getstatic io.vertx.codegen.PropertyKind.SET:Lio/vertx/codegen/PropertyKind;
            aastore
            dup
            iconst_3
            getstatic io.vertx.codegen.PropertyKind.MAP:Lio/vertx/codegen/PropertyKind;
            aastore
            putstatic io.vertx.codegen.PropertyKind.ENUM$VALUES:[Lio/vertx/codegen/PropertyKind;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.codegen.PropertyKind this
         0: .line 14
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // io.vertx.codegen.PropertyKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/PropertyKind;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public boolean isList();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.PropertyKind this
         0: .line 40
            aload 0 /* this */
            getstatic io.vertx.codegen.PropertyKind.LIST:Lio/vertx/codegen/PropertyKind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.PropertyKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/PropertyKind;

  public boolean isSet();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.PropertyKind this
         0: .line 47
            aload 0 /* this */
            getstatic io.vertx.codegen.PropertyKind.SET:Lio/vertx/codegen/PropertyKind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.PropertyKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/PropertyKind;

  public boolean isMap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.PropertyKind this
         0: .line 54
            aload 0 /* this */
            getstatic io.vertx.codegen.PropertyKind.MAP:Lio/vertx/codegen/PropertyKind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.PropertyKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/PropertyKind;

  public boolean isValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.PropertyKind this
         0: .line 61
            aload 0 /* this */
            getstatic io.vertx.codegen.PropertyKind.VALUE:Lio/vertx/codegen/PropertyKind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.PropertyKind this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/PropertyKind;

  public static java.util.Map<java.lang.String, io.vertx.codegen.PropertyKind> vars();
    descriptor: ()Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=0
         0: .line 68
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 0 /* vars */
        start local 0 // java.util.HashMap vars
         1: .line 69
            invokestatic io.vertx.codegen.PropertyKind.values:()[Lio/vertx/codegen/PropertyKind;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: java.util.HashMap top int int io.vertx.codegen.PropertyKind[]
      StackMap stack:
         2: aload 4
            iload 2
            aaload
            astore 1 /* propKind */
        start local 1 // io.vertx.codegen.PropertyKind propKind
         3: .line 70
            aload 0 /* vars */
            new java.lang.StringBuilder
            dup
            ldc "PROP_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* propKind */
            invokevirtual io.vertx.codegen.PropertyKind.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* propKind */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 1 // io.vertx.codegen.PropertyKind propKind
         4: .line 69
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 2
         6: .line 72
            aload 0 /* vars */
            areturn
        end local 0 // java.util.HashMap vars
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1    7     0      vars  Ljava/util/HashMap<Ljava/lang/String;Lio/vertx/codegen/PropertyKind;>;
            3    4     1  propKind  Lio/vertx/codegen/PropertyKind;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lio/vertx/codegen/PropertyKind;>;

  static io.vertx.codegen.PropertyKind forType(io.vertx.codegen.type.ClassKind);
    descriptor: (Lio/vertx/codegen/type/ClassKind;)Lio/vertx/codegen/PropertyKind;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.ClassKind kind
         0: .line 76
            invokestatic io.vertx.codegen.PropertyKind.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:()[I
            aload 0 /* kind */
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iaload
            tableswitch { // 10 - 12
                   10: 1
                   11: 2
                   12: 3
              default: 4
          }
         1: .line 78
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codegen.PropertyKind.LIST:Lio/vertx/codegen/PropertyKind;
            areturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codegen.PropertyKind.SET:Lio/vertx/codegen/PropertyKind;
            areturn
         3: .line 82
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codegen.PropertyKind.MAP:Lio/vertx/codegen/PropertyKind;
            areturn
         4: .line 84
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.codegen.PropertyKind.VALUE:Lio/vertx/codegen/PropertyKind;
            areturn
        end local 0 // io.vertx.codegen.type.ClassKind kind
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  kind  Lio/vertx/codegen/type/ClassKind;
    MethodParameters:
      Name  Flags
      kind  

  public static io.vertx.codegen.PropertyKind[] values();
    descriptor: ()[Lio/vertx/codegen/PropertyKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.vertx.codegen.PropertyKind.ENUM$VALUES:[Lio/vertx/codegen/PropertyKind;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.vertx.codegen.PropertyKind
            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 io.vertx.codegen.PropertyKind valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/codegen/PropertyKind;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/vertx/codegen/PropertyKind;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.vertx.codegen.PropertyKind
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  static int[] $SWITCH_TABLE$io$vertx$codegen$type$ClassKind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 14
            getstatic io.vertx.codegen.PropertyKind.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.codegen.type.ClassKind.values:()[Lio/vertx/codegen/type/ClassKind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.codegen.type.ClassKind.API:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 13
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.codegen.type.ClassKind.ASYNC_RESULT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 17
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.codegen.type.ClassKind.BOXED_PRIMITIVE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.codegen.type.ClassKind.CLASS_TYPE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 18
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.vertx.codegen.type.ClassKind.DATA_OBJECT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 14
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic io.vertx.codegen.type.ClassKind.ENUM:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_4
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic io.vertx.codegen.type.ClassKind.FUNCTION:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 16
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic io.vertx.codegen.type.ClassKind.HANDLER:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 15
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic io.vertx.codegen.type.ClassKind.JSON_ARRAY:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 6
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic io.vertx.codegen.type.ClassKind.JSON_OBJECT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic io.vertx.codegen.type.ClassKind.LIST:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 10
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic io.vertx.codegen.type.ClassKind.MAP:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 12
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic io.vertx.codegen.type.ClassKind.OBJECT:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 9
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic io.vertx.codegen.type.ClassKind.OTHER:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 19
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic io.vertx.codegen.type.ClassKind.PRIMITIVE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_3
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic io.vertx.codegen.type.ClassKind.SET:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 11
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic io.vertx.codegen.type.ClassKind.STRING:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            iconst_1
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic io.vertx.codegen.type.ClassKind.THROWABLE:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 7
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic io.vertx.codegen.type.ClassKind.VOID:Lio/vertx/codegen/type/ClassKind;
            invokevirtual io.vertx.codegen.type.ClassKind.ordinal:()I
            bipush 8
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            dup
            putstatic io.vertx.codegen.PropertyKind.$SWITCH_TABLE$io$vertx$codegen$type$ClassKind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
}
Signature: Ljava/lang/Enum<Lio/vertx/codegen/PropertyKind;>;
SourceFile: "PropertyKind.java"