public class java.beans.IndexedPropertyDescriptor extends java.beans.PropertyDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.beans.IndexedPropertyDescriptor
  super_class: java.beans.PropertyDescriptor
{
  private java.lang.ref.Reference<? extends java.lang.Class<?>> indexedPropertyTypeRef;
    descriptor: Ljava/lang/ref/Reference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/Reference<+Ljava/lang/Class<*>;>;

  private final java.beans.MethodRef indexedReadMethodRef;
    descriptor: Ljava/beans/MethodRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.beans.MethodRef indexedWriteMethodRef;
    descriptor: Ljava/beans/MethodRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String indexedReadMethodName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String indexedWriteMethodName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.lang.Class<?>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.String propertyName
        start local 2 // java.lang.Class beanClass
         0: .line 71
            aload 0 /* this */
            aload 1 /* propertyName */
            aload 2 /* beanClass */
         1: .line 72
            new java.lang.StringBuilder
            dup
            ldc "get"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* propertyName */
            invokestatic java.beans.NameGenerator.capitalize:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         2: .line 73
            new java.lang.StringBuilder
            dup
            ldc "set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* propertyName */
            invokestatic java.beans.NameGenerator.capitalize:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 74
            new java.lang.StringBuilder
            dup
            ldc "get"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* propertyName */
            invokestatic java.beans.NameGenerator.capitalize:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 75
            new java.lang.StringBuilder
            dup
            ldc "set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* propertyName */
            invokestatic java.beans.NameGenerator.capitalize:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.beans.IndexedPropertyDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 76
            return
        end local 2 // java.lang.Class beanClass
        end local 1 // java.lang.String propertyName
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljava/beans/IndexedPropertyDescriptor;
            0    6     1  propertyName  Ljava/lang/String;
            0    6     2     beanClass  Ljava/lang/Class<*>;
    Exceptions:
      throws java.beans.IntrospectionException
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;)V
    MethodParameters:
              Name  Flags
      propertyName  
      beanClass     

  public void <init>(java.lang.String, java.lang.Class<?>, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.String propertyName
        start local 2 // java.lang.Class beanClass
        start local 3 // java.lang.String readMethodName
        start local 4 // java.lang.String writeMethodName
        start local 5 // java.lang.String indexedReadMethodName
        start local 6 // java.lang.String indexedWriteMethodName
         0: .line 104
            aload 0 /* this */
            aload 1 /* propertyName */
            aload 2 /* beanClass */
            aload 3 /* readMethodName */
            aload 4 /* writeMethodName */
            invokespecial java.beans.PropertyDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 48
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
         2: .line 49
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
         3: .line 106
            aload 0 /* this */
            aload 5 /* indexedReadMethodName */
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
         4: .line 107
            aload 5 /* indexedReadMethodName */
            ifnull 6
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            ifnonnull 6
         5: .line 108
            new java.beans.IntrospectionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Method not found: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* indexedReadMethodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 111
      StackMap locals: java.beans.IndexedPropertyDescriptor java.lang.String java.lang.Class java.lang.String java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 6 /* indexedWriteMethodName */
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
         7: .line 112
            aload 6 /* indexedWriteMethodName */
            ifnull 9
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
            ifnonnull 9
         8: .line 113
            new java.beans.IntrospectionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Method not found: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* indexedWriteMethodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            pop
        10: .line 117
            return
        end local 6 // java.lang.String indexedWriteMethodName
        end local 5 // java.lang.String indexedReadMethodName
        end local 4 // java.lang.String writeMethodName
        end local 3 // java.lang.String readMethodName
        end local 2 // java.lang.Class beanClass
        end local 1 // java.lang.String propertyName
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   11     0                    this  Ljava/beans/IndexedPropertyDescriptor;
            0   11     1            propertyName  Ljava/lang/String;
            0   11     2               beanClass  Ljava/lang/Class<*>;
            0   11     3          readMethodName  Ljava/lang/String;
            0   11     4         writeMethodName  Ljava/lang/String;
            0   11     5   indexedReadMethodName  Ljava/lang/String;
            0   11     6  indexedWriteMethodName  Ljava/lang/String;
    Exceptions:
      throws java.beans.IntrospectionException
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    MethodParameters:
                        Name  Flags
      propertyName            
      beanClass               
      readMethodName          
      writeMethodName         
      indexedReadMethodName   
      indexedWriteMethodName  

  public void <init>(java.lang.String, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/String;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.String propertyName
        start local 2 // java.lang.reflect.Method readMethod
        start local 3 // java.lang.reflect.Method writeMethod
        start local 4 // java.lang.reflect.Method indexedReadMethod
        start local 5 // java.lang.reflect.Method indexedWriteMethod
         0: .line 138
            aload 0 /* this */
            aload 1 /* propertyName */
            aload 2 /* readMethod */
            aload 3 /* writeMethod */
            invokespecial java.beans.PropertyDescriptor.<init>:(Ljava/lang/String;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
         1: .line 48
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
         2: .line 49
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
         3: .line 140
            aload 0 /* this */
            aload 4 /* indexedReadMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedReadMethod0:(Ljava/lang/reflect/Method;)V
         4: .line 141
            aload 0 /* this */
            aload 5 /* indexedWriteMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedWriteMethod0:(Ljava/lang/reflect/Method;)V
         5: .line 144
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* indexedReadMethod */
            aload 5 /* indexedWriteMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         6: .line 145
            return
        end local 5 // java.lang.reflect.Method indexedWriteMethod
        end local 4 // java.lang.reflect.Method indexedReadMethod
        end local 3 // java.lang.reflect.Method writeMethod
        end local 2 // java.lang.reflect.Method readMethod
        end local 1 // java.lang.String propertyName
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Ljava/beans/IndexedPropertyDescriptor;
            0    7     1        propertyName  Ljava/lang/String;
            0    7     2          readMethod  Ljava/lang/reflect/Method;
            0    7     3         writeMethod  Ljava/lang/reflect/Method;
            0    7     4   indexedReadMethod  Ljava/lang/reflect/Method;
            0    7     5  indexedWriteMethod  Ljava/lang/reflect/Method;
    Exceptions:
      throws java.beans.IntrospectionException
    MethodParameters:
                    Name  Flags
      propertyName        
      readMethod          
      writeMethod         
      indexedReadMethod   
      indexedWriteMethod  

  void <init>(java.util.Map$Entry<java.lang.String, com.sun.beans.introspect.PropertyInfo>, );
    descriptor: (Ljava/util/Map$Entry;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.util.Map$Entry entry
        start local 2 // boolean bound
         0: .line 158
            aload 0 /* this */
            aload 1 /* entry */
            iload 2 /* bound */
            invokespecial java.beans.PropertyDescriptor.<init>:(Ljava/util/Map$Entry;Z)V
         1: .line 48
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
         2: .line 49
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
         3: .line 159
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.sun.beans.introspect.PropertyInfo
            invokevirtual com.sun.beans.introspect.PropertyInfo.getIndexed:()Lcom/sun/beans/introspect/PropertyInfo;
            astore 3 /* info */
        start local 3 // com.sun.beans.introspect.PropertyInfo info
         4: .line 160
            aload 0 /* this */
            aload 3 /* info */
            invokevirtual com.sun.beans.introspect.PropertyInfo.getReadMethod:()Ljava/lang/reflect/Method;
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedReadMethod0:(Ljava/lang/reflect/Method;)V
         5: .line 161
            aload 0 /* this */
            aload 3 /* info */
            invokevirtual com.sun.beans.introspect.PropertyInfo.getWriteMethod:()Ljava/lang/reflect/Method;
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedWriteMethod0:(Ljava/lang/reflect/Method;)V
         6: .line 162
            aload 0 /* this */
            aload 3 /* info */
            invokevirtual com.sun.beans.introspect.PropertyInfo.getPropertyType:()Ljava/lang/Class;
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         7: .line 163
            return
        end local 3 // com.sun.beans.introspect.PropertyInfo info
        end local 2 // boolean bound
        end local 1 // java.util.Map$Entry entry
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljava/beans/IndexedPropertyDescriptor;
            0    8     1  entry  Ljava/util/Map$Entry<Ljava/lang/String;Lcom/sun/beans/introspect/PropertyInfo;>;
            0    8     2  bound  Z
            4    8     3   info  Lcom/sun/beans/introspect/PropertyInfo;
    Signature: (Ljava/util/Map$Entry<Ljava/lang/String;Lcom/sun/beans/introspect/PropertyInfo;>;Z)V
    MethodParameters:
       Name  Flags
      entry  
      bound  

  public synchronized java.lang.reflect.Method getIndexedReadMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.beans.IndexedPropertyDescriptor this
         0: .line 174
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            astore 1 /* indexedReadMethod */
        start local 1 // java.lang.reflect.Method indexedReadMethod
         1: .line 175
            aload 1 /* indexedReadMethod */
            ifnonnull 19
         2: .line 176
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getClass0:()Ljava/lang/Class;
            astore 2 /* cls */
        start local 2 // java.lang.Class cls
         3: .line 177
            aload 2 /* cls */
            ifnull 5
         4: .line 178
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            ifnonnull 6
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.isSet:()Z
            ifne 6
         5: .line 180
      StackMap locals: java.lang.reflect.Method java.lang.Class
      StackMap stack:
            aconst_null
            areturn
         6: .line 182
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "get"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getBaseName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* nextMethodName */
        start local 3 // java.lang.String nextMethodName
         7: .line 183
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            ifnonnull 13
         8: .line 184
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType0:()Ljava/lang/Class;
            astore 4 /* type */
        start local 4 // java.lang.Class type
         9: .line 185
            aload 4 /* type */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            if_acmpeq 10
            aload 4 /* type */
            ifnonnull 12
        10: .line 186
      StackMap locals: java.lang.String java.lang.Class
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "is"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getBaseName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
        11: .line 187
            goto 13
        12: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* nextMethodName */
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
        end local 4 // java.lang.Class type
        13: .line 192
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            astore 4 /* args */
        start local 4 // java.lang.Class[] args
        14: .line 193
            aload 2 /* cls */
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            iconst_1
            aload 4 /* args */
            invokestatic java.beans.Introspector.findMethod:(Ljava/lang/Class;Ljava/lang/String;I[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 1 /* indexedReadMethod */
        15: .line 194
            aload 1 /* indexedReadMethod */
            ifnonnull 18
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            aload 3 /* nextMethodName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
        16: .line 196
            aload 0 /* this */
            aload 3 /* nextMethodName */
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
        17: .line 197
            aload 2 /* cls */
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            iconst_1
            aload 4 /* args */
            invokestatic java.beans.Introspector.findMethod:(Ljava/lang/Class;Ljava/lang/String;I[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 1 /* indexedReadMethod */
        18: .line 199
      StackMap locals: java.lang.Class[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* indexedReadMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedReadMethod0:(Ljava/lang/reflect/Method;)V
        end local 4 // java.lang.Class[] args
        end local 3 // java.lang.String nextMethodName
        end local 2 // java.lang.Class cls
        19: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* indexedReadMethod */
            areturn
        end local 1 // java.lang.reflect.Method indexedReadMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   20     0               this  Ljava/beans/IndexedPropertyDescriptor;
            1   20     1  indexedReadMethod  Ljava/lang/reflect/Method;
            3   19     2                cls  Ljava/lang/Class<*>;
            7   19     3     nextMethodName  Ljava/lang/String;
            9   13     4               type  Ljava/lang/Class<*>;
           14   19     4               args  [Ljava/lang/Class;

  public synchronized void setIndexedReadMethod(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.reflect.Method readMethod
         0: .line 217
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* readMethod */
         1: .line 218
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
         2: .line 217
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         3: .line 219
            aload 0 /* this */
            aload 1 /* readMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedReadMethod0:(Ljava/lang/reflect/Method;)V
         4: .line 220
            return
        end local 1 // java.lang.reflect.Method readMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljava/beans/IndexedPropertyDescriptor;
            0    5     1  readMethod  Ljava/lang/reflect/Method;
    Exceptions:
      throws java.beans.IntrospectionException
    MethodParameters:
            Name  Flags
      readMethod  

  private void setIndexedReadMethod0(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.reflect.Method readMethod
         0: .line 223
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            aload 1 /* readMethod */
            invokevirtual java.beans.MethodRef.set:(Ljava/lang/reflect/Method;)V
         1: .line 224
            aload 1 /* readMethod */
            ifnonnull 4
         2: .line 225
            aload 0 /* this */
            aconst_null
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
         3: .line 226
            return
         4: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* readMethod */
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.beans.IndexedPropertyDescriptor.setClass0:(Ljava/lang/Class;)V
         5: .line 230
            aload 0 /* this */
            aload 1 /* readMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
         6: .line 231
            aload 0 /* this */
            aload 1 /* readMethod */
            ldc Ljava/beans/Transient;
            invokevirtual java.lang.reflect.Method.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast java.beans.Transient
            invokevirtual java.beans.IndexedPropertyDescriptor.setTransient:(Ljava/beans/Transient;)V
         7: .line 232
            return
        end local 1 // java.lang.reflect.Method readMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Ljava/beans/IndexedPropertyDescriptor;
            0    8     1  readMethod  Ljava/lang/reflect/Method;
    MethodParameters:
            Name  Flags
      readMethod  

  public synchronized java.lang.reflect.Method getIndexedWriteMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.beans.IndexedPropertyDescriptor this
         0: .line 243
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            astore 1 /* indexedWriteMethod */
        start local 1 // java.lang.reflect.Method indexedWriteMethod
         1: .line 244
            aload 1 /* indexedWriteMethod */
            ifnonnull 25
         2: .line 245
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getClass0:()Ljava/lang/Class;
            astore 2 /* cls */
        start local 2 // java.lang.Class cls
         3: .line 246
            aload 2 /* cls */
            ifnull 5
         4: .line 247
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
            ifnonnull 6
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.isSet:()Z
            ifne 6
         5: .line 249
      StackMap locals: java.lang.reflect.Method java.lang.Class
      StackMap stack:
            aconst_null
            areturn
         6: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType0:()Ljava/lang/Class;
            astore 3 /* type */
        start local 3 // java.lang.Class type
         7: .line 256
            aload 3 /* type */
            ifnonnull 15
         8: .line 258
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            aconst_null
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            astore 3 /* type */
         9: .line 259
            aload 0 /* this */
            aload 3 /* type */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
        10: .line 260
            goto 15
      StackMap locals: java.beans.IndexedPropertyDescriptor java.lang.reflect.Method java.lang.Class java.lang.Class
      StackMap stack: java.beans.IntrospectionException
        11: pop
        12: .line 262
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getPropertyType:()Ljava/lang/Class;
            astore 4 /* propType */
        start local 4 // java.lang.Class propType
        13: .line 263
            aload 4 /* propType */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 15
        14: .line 264
            aload 4 /* propType */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            astore 3 /* type */
        end local 4 // java.lang.Class propType
        15: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
            ifnonnull 17
        16: .line 270
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "set"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getBaseName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
        17: .line 273
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ifnonnull 18
            aconst_null
            goto 19
      StackMap locals:
      StackMap stack:
        18: iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            aload 3 /* type */
            aastore
      StackMap locals:
      StackMap stack: java.lang.Class[]
        19: astore 4 /* args */
        start local 4 // java.lang.Class[] args
        20: .line 274
            aload 2 /* cls */
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
            iconst_2
            aload 4 /* args */
            invokestatic java.beans.Introspector.findMethod:(Ljava/lang/Class;Ljava/lang/String;I[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 1 /* indexedWriteMethod */
        21: .line 275
            aload 1 /* indexedWriteMethod */
            ifnull 24
        22: .line 276
            aload 1 /* indexedWriteMethod */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 24
        23: .line 277
            aconst_null
            astore 1 /* indexedWriteMethod */
        24: .line 280
      StackMap locals: java.lang.Class[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* indexedWriteMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedWriteMethod0:(Ljava/lang/reflect/Method;)V
        end local 4 // java.lang.Class[] args
        end local 3 // java.lang.Class type
        end local 2 // java.lang.Class cls
        25: .line 282
      StackMap locals:
      StackMap stack:
            aload 1 /* indexedWriteMethod */
            areturn
        end local 1 // java.lang.reflect.Method indexedWriteMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   26     0                this  Ljava/beans/IndexedPropertyDescriptor;
            1   26     1  indexedWriteMethod  Ljava/lang/reflect/Method;
            3   25     2                 cls  Ljava/lang/Class<*>;
            7   25     3                type  Ljava/lang/Class<*>;
           13   15     4            propType  Ljava/lang/Class<*>;
           20   25     4                args  [Ljava/lang/Class;
      Exception table:
        from    to  target  type
           8    10      11  Class java.beans.IntrospectionException

  public synchronized void setIndexedWriteMethod(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.reflect.Method writeMethod
         0: .line 298
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
         1: .line 299
            aload 1 /* writeMethod */
         2: .line 298
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            astore 2 /* type */
        start local 2 // java.lang.Class type
         3: .line 300
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         4: .line 301
            aload 0 /* this */
            aload 1 /* writeMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedWriteMethod0:(Ljava/lang/reflect/Method;)V
         5: .line 302
            return
        end local 2 // java.lang.Class type
        end local 1 // java.lang.reflect.Method writeMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Ljava/beans/IndexedPropertyDescriptor;
            0    6     1  writeMethod  Ljava/lang/reflect/Method;
            3    6     2         type  Ljava/lang/Class<*>;
    Exceptions:
      throws java.beans.IntrospectionException
    MethodParameters:
             Name  Flags
      writeMethod  

  private void setIndexedWriteMethod0(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.reflect.Method writeMethod
         0: .line 305
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            aload 1 /* writeMethod */
            invokevirtual java.beans.MethodRef.set:(Ljava/lang/reflect/Method;)V
         1: .line 306
            aload 1 /* writeMethod */
            ifnonnull 4
         2: .line 307
            aload 0 /* this */
            aconst_null
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
         3: .line 308
            return
         4: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* writeMethod */
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.beans.IndexedPropertyDescriptor.setClass0:(Ljava/lang/Class;)V
         5: .line 312
            aload 0 /* this */
            aload 1 /* writeMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
         6: .line 313
            aload 0 /* this */
            aload 1 /* writeMethod */
            ldc Ljava/beans/Transient;
            invokevirtual java.lang.reflect.Method.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast java.beans.Transient
            invokevirtual java.beans.IndexedPropertyDescriptor.setTransient:(Ljava/beans/Transient;)V
         7: .line 314
            return
        end local 1 // java.lang.reflect.Method writeMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Ljava/beans/IndexedPropertyDescriptor;
            0    8     1  writeMethod  Ljava/lang/reflect/Method;
    MethodParameters:
             Name  Flags
      writeMethod  

  public synchronized java.lang.Class<?> getIndexedPropertyType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.beans.IndexedPropertyDescriptor this
         0: .line 327
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType0:()Ljava/lang/Class;
            astore 1 /* type */
        start local 1 // java.lang.Class type
         1: .line 328
            aload 1 /* type */
            ifnonnull 8
         2: .line 330
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
         3: .line 331
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
         4: .line 330
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            astore 1 /* type */
         5: .line 332
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         6: .line 333
            goto 8
      StackMap locals: java.beans.IndexedPropertyDescriptor java.lang.Class
      StackMap stack: java.beans.IntrospectionException
         7: pop
         8: .line 337
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            areturn
        end local 1 // java.lang.Class type
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/beans/IndexedPropertyDescriptor;
            1    9     1  type  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           2     6       7  Class java.beans.IntrospectionException
    Signature: ()Ljava/lang/Class<*>;

  private void setIndexedPropertyType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.Class type
         0: .line 343
            aload 0 /* this */
            aload 1 /* type */
            invokestatic java.beans.IndexedPropertyDescriptor.getWeakReference:(Ljava/lang/Object;)Ljava/lang/ref/Reference;
            putfield java.beans.IndexedPropertyDescriptor.indexedPropertyTypeRef:Ljava/lang/ref/Reference;
         1: .line 344
            return
        end local 1 // java.lang.Class type
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/beans/IndexedPropertyDescriptor;
            0    2     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      type  

  private java.lang.Class<?> getIndexedPropertyType0();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.beans.IndexedPropertyDescriptor this
         0: .line 347
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedPropertyTypeRef:Ljava/lang/ref/Reference;
            ifnull 2
         1: .line 348
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedPropertyTypeRef:Ljava/lang/ref/Reference;
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
            checkcast java.lang.Class
            goto 3
         2: .line 349
      StackMap locals:
      StackMap stack:
            aconst_null
         3: .line 347
      StackMap locals:
      StackMap stack: java.lang.Class
            areturn
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/beans/IndexedPropertyDescriptor;
    Signature: ()Ljava/lang/Class<*>;

  private java.lang.Class<?> findIndexedPropertyType(java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.reflect.Method indexedReadMethod
        start local 2 // java.lang.reflect.Method indexedWriteMethod
         0: .line 355
            aconst_null
            astore 3 /* indexedPropertyType */
        start local 3 // java.lang.Class indexedPropertyType
         1: .line 357
            aload 1 /* indexedReadMethod */
            ifnull 10
         2: .line 358
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getClass0:()Ljava/lang/Class;
            aload 1 /* indexedReadMethod */
            invokestatic java.beans.IndexedPropertyDescriptor.getParameterTypes:(Ljava/lang/Class;Ljava/lang/reflect/Method;)[Ljava/lang/Class;
            astore 4 /* params */
        start local 4 // java.lang.Class[] params
         3: .line 359
            aload 4 /* params */
            arraylength
            iconst_1
            if_icmpeq 5
         4: .line 360
            new java.beans.IntrospectionException
            dup
            ldc "bad indexed read method arg count"
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 362
      StackMap locals: java.lang.Class java.lang.Class[]
      StackMap stack:
            aload 4 /* params */
            iconst_0
            aaload
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            if_acmpeq 7
         6: .line 363
            new java.beans.IntrospectionException
            dup
            ldc "non int index to indexed read method"
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getClass0:()Ljava/lang/Class;
            aload 1 /* indexedReadMethod */
            invokestatic java.beans.IndexedPropertyDescriptor.getReturnType:(Ljava/lang/Class;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            astore 3 /* indexedPropertyType */
         8: .line 366
            aload 3 /* indexedPropertyType */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            if_acmpne 10
         9: .line 367
            new java.beans.IntrospectionException
            dup
            ldc "indexed read method returns void"
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.Class[] params
        10: .line 370
      StackMap locals:
      StackMap stack:
            aload 2 /* indexedWriteMethod */
            ifnull 25
        11: .line 371
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getClass0:()Ljava/lang/Class;
            aload 2 /* indexedWriteMethod */
            invokestatic java.beans.IndexedPropertyDescriptor.getParameterTypes:(Ljava/lang/Class;Ljava/lang/reflect/Method;)[Ljava/lang/Class;
            astore 4 /* params */
        start local 4 // java.lang.Class[] params
        12: .line 372
            aload 4 /* params */
            arraylength
            iconst_2
            if_icmpeq 14
        13: .line 373
            new java.beans.IntrospectionException
            dup
            ldc "bad indexed write method arg count"
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 375
      StackMap locals: java.lang.Class[]
      StackMap stack:
            aload 4 /* params */
            iconst_0
            aaload
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            if_acmpeq 16
        15: .line 376
            new java.beans.IntrospectionException
            dup
            ldc "non int index to indexed write method"
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 378
      StackMap locals:
      StackMap stack:
            aload 3 /* indexedPropertyType */
            ifnull 17
            aload 4 /* params */
            iconst_1
            aaload
            aload 3 /* indexedPropertyType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 19
        17: .line 379
      StackMap locals:
      StackMap stack:
            aload 4 /* params */
            iconst_1
            aaload
            astore 3 /* indexedPropertyType */
        18: .line 380
            goto 25
      StackMap locals:
      StackMap stack:
        19: aload 3 /* indexedPropertyType */
            aload 4 /* params */
            iconst_1
            aaload
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 25
        20: .line 381
            new java.beans.IntrospectionException
            dup
        21: .line 382
            new java.lang.StringBuilder
            dup
            ldc "type mismatch between indexed read and indexed write methods: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        22: .line 383
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 382
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 381
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.Class[] params
        25: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getPropertyType:()Ljava/lang/Class;
            astore 4 /* propertyType */
        start local 4 // java.lang.Class propertyType
        26: .line 387
            aload 4 /* propertyType */
            ifnull 31
            aload 4 /* propertyType */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 28
        27: .line 388
            aload 4 /* propertyType */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            aload 3 /* indexedPropertyType */
            if_acmpeq 31
        28: .line 389
      StackMap locals: java.lang.Class
      StackMap stack:
            new java.beans.IntrospectionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "type mismatch between indexed and non-indexed methods: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        29: .line 390
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        30: .line 389
            invokespecial java.beans.IntrospectionException.<init>:(Ljava/lang/String;)V
            athrow
        31: .line 392
      StackMap locals:
      StackMap stack:
            aload 3 /* indexedPropertyType */
            areturn
        end local 4 // java.lang.Class propertyType
        end local 3 // java.lang.Class indexedPropertyType
        end local 2 // java.lang.reflect.Method indexedWriteMethod
        end local 1 // java.lang.reflect.Method indexedReadMethod
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   32     0                 this  Ljava/beans/IndexedPropertyDescriptor;
            0   32     1    indexedReadMethod  Ljava/lang/reflect/Method;
            0   32     2   indexedWriteMethod  Ljava/lang/reflect/Method;
            1   32     3  indexedPropertyType  Ljava/lang/Class<*>;
            3   10     4               params  [Ljava/lang/Class;
           12   25     4               params  [Ljava/lang/Class;
           26   32     4         propertyType  Ljava/lang/Class<*>;
    Exceptions:
      throws java.beans.IntrospectionException
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class<*>;
    MethodParameters:
                    Name  Flags
      indexedReadMethod   
      indexedWriteMethod  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.Object obj
         0: .line 406
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 407
            iconst_1
            ireturn
         2: .line 410
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 13
            aload 1 /* obj */
            instanceof java.beans.IndexedPropertyDescriptor
            ifeq 13
         3: .line 411
            aload 1 /* obj */
            checkcast java.beans.IndexedPropertyDescriptor
            astore 2 /* other */
        start local 2 // java.beans.IndexedPropertyDescriptor other
         4: .line 412
            aload 2 /* other */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            astore 3 /* otherIndexedReadMethod */
        start local 3 // java.lang.reflect.Method otherIndexedReadMethod
         5: .line 413
            aload 2 /* other */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
            astore 4 /* otherIndexedWriteMethod */
        start local 4 // java.lang.reflect.Method otherIndexedWriteMethod
         6: .line 415
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            aload 3 /* otherIndexedReadMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.compareMethods:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Z
            ifne 8
         7: .line 416
            iconst_0
            ireturn
         8: .line 419
      StackMap locals: java.beans.IndexedPropertyDescriptor java.lang.reflect.Method java.lang.reflect.Method
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
            aload 4 /* otherIndexedWriteMethod */
            invokevirtual java.beans.IndexedPropertyDescriptor.compareMethods:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Z
            ifne 10
         9: .line 420
            iconst_0
            ireturn
        10: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType:()Ljava/lang/Class;
            aload 2 /* other */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType:()Ljava/lang/Class;
            if_acmpeq 12
        11: .line 424
            iconst_0
            ireturn
        12: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial java.beans.PropertyDescriptor.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 4 // java.lang.reflect.Method otherIndexedWriteMethod
        end local 3 // java.lang.reflect.Method otherIndexedReadMethod
        end local 2 // java.beans.IndexedPropertyDescriptor other
        13: .line 428
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   14     0                     this  Ljava/beans/IndexedPropertyDescriptor;
            0   14     1                      obj  Ljava/lang/Object;
            4   13     2                    other  Ljava/beans/IndexedPropertyDescriptor;
            5   13     3   otherIndexedReadMethod  Ljava/lang/reflect/Method;
            6   13     4  otherIndexedWriteMethod  Ljava/lang/reflect/Method;
    MethodParameters:
      Name  Flags
      obj   

  void <init>(java.beans.PropertyDescriptor, java.beans.PropertyDescriptor);
    descriptor: (Ljava/beans/PropertyDescriptor;Ljava/beans/PropertyDescriptor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.beans.PropertyDescriptor x
        start local 2 // java.beans.PropertyDescriptor y
         0: .line 441
            aload 0 /* this */
            aload 1 /* x */
            aload 2 /* y */
            invokespecial java.beans.PropertyDescriptor.<init>:(Ljava/beans/PropertyDescriptor;Ljava/beans/PropertyDescriptor;)V
         1: .line 48
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
         2: .line 49
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
         3: .line 442
            aconst_null
            astore 3 /* tr */
        start local 3 // java.lang.reflect.Method tr
         4: .line 443
            aconst_null
            astore 4 /* tw */
        start local 4 // java.lang.reflect.Method tw
         5: .line 445
            aload 1 /* x */
            instanceof java.beans.IndexedPropertyDescriptor
            ifeq 9
         6: .line 446
            aload 1 /* x */
            checkcast java.beans.IndexedPropertyDescriptor
            astore 5 /* ix */
        start local 5 // java.beans.IndexedPropertyDescriptor ix
         7: .line 447
            aload 5 /* ix */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            astore 3 /* tr */
         8: .line 448
            aload 5 /* ix */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
            astore 4 /* tw */
        end local 5 // java.beans.IndexedPropertyDescriptor ix
         9: .line 450
      StackMap locals: java.beans.IndexedPropertyDescriptor java.beans.PropertyDescriptor java.beans.PropertyDescriptor java.lang.reflect.Method java.lang.reflect.Method
      StackMap stack:
            aload 2 /* y */
            instanceof java.beans.IndexedPropertyDescriptor
            ifeq 17
        10: .line 451
            aload 2 /* y */
            checkcast java.beans.IndexedPropertyDescriptor
            astore 5 /* iy */
        start local 5 // java.beans.IndexedPropertyDescriptor iy
        11: .line 452
            aload 5 /* iy */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedReadMethod:()Ljava/lang/reflect/Method;
            astore 6 /* yr */
        start local 6 // java.lang.reflect.Method yr
        12: .line 453
            aload 0 /* this */
            aload 3 /* tr */
            aload 6 /* yr */
            invokevirtual java.beans.IndexedPropertyDescriptor.isAssignable:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Z
            ifeq 14
        13: .line 454
            aload 6 /* yr */
            astore 3 /* tr */
        14: .line 457
      StackMap locals: java.beans.IndexedPropertyDescriptor java.lang.reflect.Method
      StackMap stack:
            aload 5 /* iy */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedWriteMethod:()Ljava/lang/reflect/Method;
            astore 7 /* yw */
        start local 7 // java.lang.reflect.Method yw
        15: .line 458
            aload 0 /* this */
            aload 4 /* tw */
            aload 7 /* yw */
            invokevirtual java.beans.IndexedPropertyDescriptor.isAssignable:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Z
            ifeq 17
        16: .line 459
            aload 7 /* yw */
            astore 4 /* tw */
        end local 7 // java.lang.reflect.Method yw
        end local 6 // java.lang.reflect.Method yr
        end local 5 // java.beans.IndexedPropertyDescriptor iy
        17: .line 464
      StackMap locals:
      StackMap stack:
            aload 3 /* tr */
            ifnull 19
        18: .line 465
            aload 0 /* this */
            aload 3 /* tr */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedReadMethod:(Ljava/lang/reflect/Method;)V
        19: .line 467
      StackMap locals:
      StackMap stack:
            aload 4 /* tw */
            ifnull 24
        20: .line 468
            aload 0 /* this */
            aload 4 /* tw */
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedWriteMethod:(Ljava/lang/reflect/Method;)V
        21: .line 470
            goto 24
      StackMap locals:
      StackMap stack: java.beans.IntrospectionException
        22: astore 5 /* ex */
        start local 5 // java.beans.IntrospectionException ex
        23: .line 472
            new java.lang.AssertionError
            dup
            aload 5 /* ex */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 5 // java.beans.IntrospectionException ex
        24: .line 474
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.reflect.Method tw
        end local 3 // java.lang.reflect.Method tr
        end local 2 // java.beans.PropertyDescriptor y
        end local 1 // java.beans.PropertyDescriptor x
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Ljava/beans/IndexedPropertyDescriptor;
            0   25     1     x  Ljava/beans/PropertyDescriptor;
            0   25     2     y  Ljava/beans/PropertyDescriptor;
            4   25     3    tr  Ljava/lang/reflect/Method;
            5   25     4    tw  Ljava/lang/reflect/Method;
            7    9     5    ix  Ljava/beans/IndexedPropertyDescriptor;
           11   17     5    iy  Ljava/beans/IndexedPropertyDescriptor;
           12   17     6    yr  Ljava/lang/reflect/Method;
           15   17     7    yw  Ljava/lang/reflect/Method;
           23   24     5    ex  Ljava/beans/IntrospectionException;
      Exception table:
        from    to  target  type
          17    21      22  Class java.beans.IntrospectionException
    MethodParameters:
      Name  Flags
      x     
      y     

  void <init>(java.beans.IndexedPropertyDescriptor);
    descriptor: (Ljava/beans/IndexedPropertyDescriptor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.beans.IndexedPropertyDescriptor old
         0: .line 481
            aload 0 /* this */
            aload 1 /* old */
            invokespecial java.beans.PropertyDescriptor.<init>:(Ljava/beans/PropertyDescriptor;)V
         1: .line 48
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
         2: .line 49
            aload 0 /* this */
            new java.beans.MethodRef
            dup
            invokespecial java.beans.MethodRef.<init>:()V
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
         3: .line 482
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            aload 1 /* old */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            invokevirtual java.beans.MethodRef.set:(Ljava/lang/reflect/Method;)V
         4: .line 483
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            aload 1 /* old */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            invokevirtual java.beans.MethodRef.set:(Ljava/lang/reflect/Method;)V
         5: .line 484
            aload 0 /* this */
            aload 1 /* old */
            getfield java.beans.IndexedPropertyDescriptor.indexedPropertyTypeRef:Ljava/lang/ref/Reference;
            putfield java.beans.IndexedPropertyDescriptor.indexedPropertyTypeRef:Ljava/lang/ref/Reference;
         6: .line 485
            aload 0 /* this */
            aload 1 /* old */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
            putfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
         7: .line 486
            aload 0 /* this */
            aload 1 /* old */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            putfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
         8: .line 487
            return
        end local 1 // java.beans.IndexedPropertyDescriptor old
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/beans/IndexedPropertyDescriptor;
            0    9     1   old  Ljava/beans/IndexedPropertyDescriptor;
    MethodParameters:
      Name  Flags
      old   

  void updateGenericsFor(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.Class type
         0: .line 490
            aload 0 /* this */
            aload 1 /* type */
            invokespecial java.beans.PropertyDescriptor.updateGenericsFor:(Ljava/lang/Class;)V
         1: .line 492
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            invokevirtual java.beans.IndexedPropertyDescriptor.findIndexedPropertyType:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)Ljava/lang/Class;
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         2: .line 493
            goto 5
         3: .line 494
      StackMap locals:
      StackMap stack: java.beans.IntrospectionException
            pop
         4: .line 495
            aload 0 /* this */
            aconst_null
            invokevirtual java.beans.IndexedPropertyDescriptor.setIndexedPropertyType:(Ljava/lang/Class;)V
         5: .line 497
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Class type
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/beans/IndexedPropertyDescriptor;
            0    6     1  type  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           1     2       3  Class java.beans.IntrospectionException
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      type  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.beans.IndexedPropertyDescriptor this
         0: .line 507
            aload 0 /* this */
            invokespecial java.beans.PropertyDescriptor.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 509
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
            ifnonnull 2
            iconst_0
            goto 3
         2: .line 510
      StackMap locals: java.beans.IndexedPropertyDescriptor int
      StackMap stack: int
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
         3: .line 509
      StackMap locals: java.beans.IndexedPropertyDescriptor int
      StackMap stack: int int
            iadd
            istore 1 /* result */
         4: .line 511
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            ifnonnull 5
            iconst_0
            goto 6
         5: .line 512
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
         6: .line 511
      StackMap locals: java.beans.IndexedPropertyDescriptor int
      StackMap stack: int int
            iadd
            istore 1 /* result */
         7: .line 513
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType:()Ljava/lang/Class;
            ifnonnull 8
            iconst_0
            goto 9
         8: .line 514
      StackMap locals:
      StackMap stack: int
            aload 0 /* this */
            invokevirtual java.beans.IndexedPropertyDescriptor.getIndexedPropertyType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
         9: .line 513
      StackMap locals: java.beans.IndexedPropertyDescriptor int
      StackMap stack: int int
            iadd
            istore 1 /* result */
        10: .line 516
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljava/beans/IndexedPropertyDescriptor;
            1   11     1  result  I

  void appendTo(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.beans.IndexedPropertyDescriptor this
        start local 1 // java.lang.StringBuilder sb
         0: .line 520
            aload 0 /* this */
            aload 1 /* sb */
            invokespecial java.beans.PropertyDescriptor.appendTo:(Ljava/lang/StringBuilder;)V
         1: .line 521
            aload 1 /* sb */
            ldc "indexedPropertyType"
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedPropertyTypeRef:Ljava/lang/ref/Reference;
            invokestatic java.beans.IndexedPropertyDescriptor.appendTo:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/ref/Reference;)V
         2: .line 522
            aload 1 /* sb */
            ldc "indexedReadMethod"
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedReadMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            invokestatic java.beans.IndexedPropertyDescriptor.appendTo:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 523
            aload 1 /* sb */
            ldc "indexedWriteMethod"
            aload 0 /* this */
            getfield java.beans.IndexedPropertyDescriptor.indexedWriteMethodRef:Ljava/beans/MethodRef;
            invokevirtual java.beans.MethodRef.get:()Ljava/lang/reflect/Method;
            invokestatic java.beans.IndexedPropertyDescriptor.appendTo:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 524
            return
        end local 1 // java.lang.StringBuilder sb
        end local 0 // java.beans.IndexedPropertyDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/beans/IndexedPropertyDescriptor;
            0    5     1    sb  Ljava/lang/StringBuilder;
    MethodParameters:
      Name  Flags
      sb    
}
SourceFile: "IndexedPropertyDescriptor.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map