public abstract class com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory
  super_class: java.lang.Object
{
  private static final java.lang.reflect.Constructor<? extends com.sun.xml.internal.bind.v2.runtime.property.Property>[] propImpls;
    descriptor: [Ljava/lang/reflect/Constructor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: [Ljava/lang/reflect/Constructor<+Lcom/sun/xml/internal/bind/v2/runtime/property/Property;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 47
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/PropertyFactory;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$assertionsDisabled:Z
         3: .line 57
            bipush 12
            anewarray java.lang.Class
            dup
            iconst_0
         4: .line 58
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleElementLeafProperty;
            aastore
            dup
            iconst_3
         5: .line 62
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty;
            aastore
            dup
            bipush 6
         6: .line 66
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleElementNodeProperty;
            aastore
            dup
            bipush 7
         7: .line 67
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleReferenceNodeProperty;
            aastore
            dup
            bipush 8
         8: .line 68
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty;
            aastore
            dup
            bipush 9
         9: .line 70
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementNodeProperty;
            aastore
            dup
            bipush 10
        10: .line 71
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayReferenceNodeProperty;
            aastore
        11: .line 57
            astore 0 /* implClasses */
        start local 0 // java.lang.Class[] implClasses
        12: .line 75
            aload 0 /* implClasses */
            arraylength
            anewarray java.lang.reflect.Constructor
            putstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
        13: .line 76
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        14: goto 18
        15: .line 77
      StackMap locals: java.lang.Class[] int
      StackMap stack:
            aload 0 /* implClasses */
            iload 1 /* i */
            aaload
            ifnull 17
        16: .line 79
            getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
            iload 1 /* i */
            aload 0 /* implClasses */
            iload 1 /* i */
            aaload
            invokevirtual java.lang.Class.getConstructors:()[Ljava/lang/reflect/Constructor;
            iconst_0
            aaload
            aastore
        17: .line 76
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 1 /* i */
            getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
            arraylength
            if_icmplt 15
        end local 1 // int i
        end local 0 // java.lang.Class[] implClasses
        19: .line 81
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
           12   19     0  implClasses  [Ljava/lang/Class;
           14   19     1            i  I

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/PropertyFactory;

  public static com.sun.xml.internal.bind.v2.runtime.property.Property create(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl grammar
        start local 1 // com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo info
         0: .line 89
            aload 1 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.kind:()Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            astore 2 /* kind */
        start local 2 // com.sun.xml.internal.bind.v2.model.core.PropertyKind kind
         1: .line 91
            invokestatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind:()[I
            aload 2 /* kind */
            invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 3
                    2: 2
                    3: 4
                    4: 6
                    5: 6
              default: 7
          }
         2: .line 93
      StackMap locals: com.sun.xml.internal.bind.v2.model.core.PropertyKind
      StackMap stack:
            new com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
            dup
            aload 0 /* grammar */
            aload 1 /* info */
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeAttributePropertyInfo
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeAttributePropertyInfo;)V
            areturn
         3: .line 95
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.bind.v2.runtime.property.ValueProperty
            dup
            aload 0 /* grammar */
            aload 1 /* info */
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo;)V
            areturn
         4: .line 97
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo.isValueList:()Z
            ifeq 8
         5: .line 98
            new com.sun.xml.internal.bind.v2.runtime.property.ListElementProperty
            dup
            aload 0 /* grammar */
            aload 1 /* info */
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.ListElementProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo;)V
            areturn
         6: .line 102
      StackMap locals:
      StackMap stack:
            goto 8
         7: .line 104
      StackMap locals:
      StackMap stack:
            getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$assertionsDisabled:Z
            ifne 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.isCollection:()Z
            istore 3 /* isCollection */
        start local 3 // boolean isCollection
         9: .line 109
            aload 1 /* info */
            invokestatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.isLeaf:(Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Z
            istore 4 /* isLeaf */
        start local 4 // boolean isLeaf
        10: .line 111
            getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.propImpls:[Ljava/lang/reflect/Constructor;
            iload 4 /* isLeaf */
            ifeq 11
            iconst_0
            goto 12
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
      StackMap stack: java.lang.reflect.Constructor[]
        11: bipush 6
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
      StackMap stack: java.lang.reflect.Constructor[] int
        12: iload 3 /* isCollection */
            ifeq 13
            iconst_3
            goto 14
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
      StackMap stack: java.lang.reflect.Constructor[] int
        13: iconst_0
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int
      StackMap stack: java.lang.reflect.Constructor[] int int
        14: iadd
            aload 2 /* kind */
            getfield com.sun.xml.internal.bind.v2.model.core.PropertyKind.propertyIndex:I
            iadd
            aaload
            astore 5 /* c */
        start local 5 // java.lang.reflect.Constructor c
        15: .line 113
            aload 5 /* c */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* grammar */
            aastore
            dup
            iconst_1
            aload 1 /* info */
            aastore
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.xml.internal.bind.v2.runtime.property.Property
        16: areturn
        17: .line 114
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo com.sun.xml.internal.bind.v2.model.core.PropertyKind int int java.lang.reflect.Constructor
      StackMap stack: java.lang.InstantiationException
            astore 6 /* e */
        start local 6 // java.lang.InstantiationException e
        18: .line 115
            new java.lang.InstantiationError
            dup
            aload 6 /* e */
            invokevirtual java.lang.InstantiationException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.InstantiationError.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.InstantiationException e
        19: .line 116
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 6 /* e */
        start local 6 // java.lang.IllegalAccessException e
        20: .line 117
            new java.lang.IllegalAccessError
            dup
            aload 6 /* e */
            invokevirtual java.lang.IllegalAccessException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalAccessError.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.IllegalAccessException e
        21: .line 118
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 6 /* e */
        start local 6 // java.lang.reflect.InvocationTargetException e
        22: .line 119
            aload 6 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            astore 7 /* t */
        start local 7 // java.lang.Throwable t
        23: .line 120
            aload 7 /* t */
            instanceof java.lang.Error
            ifeq 25
        24: .line 121
            aload 7 /* t */
            checkcast java.lang.Error
            athrow
        25: .line 122
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 7 /* t */
            instanceof java.lang.RuntimeException
            ifeq 27
        26: .line 123
            aload 7 /* t */
            checkcast java.lang.RuntimeException
            athrow
        27: .line 125
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 7 /* t */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 7 // java.lang.Throwable t
        end local 6 // java.lang.reflect.InvocationTargetException e
        end local 5 // java.lang.reflect.Constructor c
        end local 4 // boolean isLeaf
        end local 3 // boolean isCollection
        end local 2 // com.sun.xml.internal.bind.v2.model.core.PropertyKind kind
        end local 1 // com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo info
        end local 0 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl grammar
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   28     0       grammar  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
            0   28     1          info  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
            1   28     2          kind  Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            9   28     3  isCollection  Z
           10   28     4        isLeaf  Z
           15   28     5             c  Ljava/lang/reflect/Constructor<+Lcom/sun/xml/internal/bind/v2/runtime/property/Property;>;
           18   19     6             e  Ljava/lang/InstantiationException;
           20   21     6             e  Ljava/lang/IllegalAccessException;
           22   28     6             e  Ljava/lang/reflect/InvocationTargetException;
           23   28     7             t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          15    16      17  Class java.lang.InstantiationException
          15    16      19  Class java.lang.IllegalAccessException
          15    16      21  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
         Name  Flags
      grammar  
      info     

  static boolean isLeaf(com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo);
    descriptor: (Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo info
         0: .line 134
            aload 0 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.ref:()Ljava/util/Collection;
            astore 1 /* types */
        start local 1 // java.util.Collection types
         1: .line 135
            aload 1 /* types */
            invokeinterface java.util.Collection.size:()I
            iconst_1
            if_icmpeq 2
            iconst_0
            ireturn
         2: .line 137
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 1 /* types */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo
            astore 2 /* rti */
        start local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo rti
         3: .line 138
            aload 2 /* rti */
            instanceof com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement
            ifne 4
            iconst_0
            ireturn
         4: .line 140
      StackMap locals: com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo
      StackMap stack:
            aload 0 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.id:()Lcom/sun/xml/internal/bind/v2/model/core/ID;
            getstatic com.sun.xml.internal.bind.v2.model.core.ID.IDREF:Lcom/sun/xml/internal/bind/v2/model/core/ID;
            if_acmpne 6
         5: .line 142
            iconst_1
            ireturn
         6: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* rti */
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement.getTransducer:()Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            ifnonnull 8
         7: .line 148
            iconst_0
            ireturn
         8: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.getIndividualType:()Ljava/lang/reflect/Type;
            aload 2 /* rti */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo.getType:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 151
            iconst_0
            ireturn
        10: .line 153
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeInfo rti
        end local 1 // java.util.Collection types
        end local 0 // com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo info
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   info  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
            1   11     1  types  Ljava/util/Collection<+Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo;>;
            3   11     2    rti  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo;
    MethodParameters:
      Name  Flags
      info  

  static int[] $SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 47
            getstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.values:()[Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.ATTRIBUTE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.ELEMENT:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.MAP:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
            iconst_5
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.REFERENCE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.VALUE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            invokevirtual com.sun.xml.internal.bind.v2.model.core.PropertyKind.ordinal:()I
            iconst_1
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.$SWITCH_TABLE$com$sun$xml$internal$bind$v2$model$core$PropertyKind:[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
}
SourceFile: "PropertyFactory.java"