class org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef implements org.springframework.expression.spel.ast.ValueRef
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef
  super_class: java.lang.Object
{
  private final java.util.Collection collection;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.core.convert.TypeDescriptor collectionEntryDescriptor;
    descriptor: Lorg/springframework/core/convert/TypeDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.expression.TypeConverter typeConverter;
    descriptor: Lorg/springframework/expression/TypeConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean growCollection;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maximumSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.springframework.expression.spel.ast.Indexer this$0;
    descriptor: Lorg/springframework/expression/spel/ast/Indexer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.springframework.expression.spel.ast.Indexer, java.util.Collection, int, org.springframework.core.convert.TypeDescriptor, org.springframework.expression.TypeConverter, boolean, int);
    descriptor: (Lorg/springframework/expression/spel/ast/Indexer;Ljava/util/Collection;ILorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/expression/TypeConverter;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
        start local 2 // java.util.Collection collection
        start local 3 // int index
        start local 4 // org.springframework.core.convert.TypeDescriptor collectionEntryDescriptor
        start local 5 // org.springframework.expression.TypeConverter typeConverter
        start local 6 // boolean growCollection
        start local 7 // int maximumSize
         0: .line 658
            aload 0 /* this */
            aload 1
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
         1: .line 657
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 660
            aload 0 /* this */
            aload 2 /* collection */
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
         3: .line 661
            aload 0 /* this */
            iload 3 /* index */
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
         4: .line 662
            aload 0 /* this */
            aload 4 /* collectionEntryDescriptor */
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
         5: .line 663
            aload 0 /* this */
            aload 5 /* typeConverter */
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.typeConverter:Lorg/springframework/expression/TypeConverter;
         6: .line 664
            aload 0 /* this */
            iload 6 /* growCollection */
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.growCollection:Z
         7: .line 665
            aload 0 /* this */
            iload 7 /* maximumSize */
            putfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.maximumSize:I
         8: .line 666
            return
        end local 7 // int maximumSize
        end local 6 // boolean growCollection
        end local 5 // org.springframework.expression.TypeConverter typeConverter
        end local 4 // org.springframework.core.convert.TypeDescriptor collectionEntryDescriptor
        end local 3 // int index
        end local 2 // java.util.Collection collection
        end local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    9     0                       this  Lorg/springframework/expression/spel/ast/Indexer$CollectionIndexingValueRef;
            0    9     2                 collection  Ljava/util/Collection;
            0    9     3                      index  I
            0    9     4  collectionEntryDescriptor  Lorg/springframework/core/convert/TypeDescriptor;
            0    9     5              typeConverter  Lorg/springframework/expression/TypeConverter;
            0    9     6             growCollection  Z
            0    9     7                maximumSize  I
    MethodParameters:
                           Name  Flags
      this$0                     final
      collection                 
      index                      
      collectionEntryDescriptor  
      typeConverter              
      growCollection             
      maximumSize                

  public org.springframework.expression.TypedValue getValue();
    descriptor: ()Lorg/springframework/expression/TypedValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
         0: .line 670
            aload 0 /* this */
            invokevirtual org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.growCollectionIfNecessary:()V
         1: .line 671
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            instanceof java.util.List
            ifeq 5
         2: .line 672
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            checkcast java.util.List
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         3: .line 673
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
            ldc Ljava/lang/Object;
            invokestatic org.springframework.expression.spel.CodeFlow.toDescriptor:(Ljava/lang/Class;)Ljava/lang/String;
            putfield org.springframework.expression.spel.ast.Indexer.exitTypeDescriptor:Ljava/lang/String;
         4: .line 674
            new org.springframework.expression.TypedValue
            dup
            aload 1 /* o */
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            aload 1 /* o */
            invokevirtual org.springframework.core.convert.TypeDescriptor.elementTypeDescriptor:(Ljava/lang/Object;)Lorg/springframework/core/convert/TypeDescriptor;
            invokespecial org.springframework.expression.TypedValue.<init>:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;)V
            areturn
        end local 1 // java.lang.Object o
         5: .line 676
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* pos */
        start local 1 // int pos
         6: .line 677
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 11
      StackMap locals: org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef int top java.util.Iterator
      StackMap stack:
         7: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         8: .line 678
            iload 1 /* pos */
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            if_icmpne 10
         9: .line 679
            new org.springframework.expression.TypedValue
            dup
            aload 2 /* o */
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            aload 2 /* o */
            invokevirtual org.springframework.core.convert.TypeDescriptor.elementTypeDescriptor:(Ljava/lang/Object;)Lorg/springframework/core/convert/TypeDescriptor;
            invokespecial org.springframework.expression.TypedValue.<init>:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;)V
            areturn
        10: .line 681
      StackMap locals: org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef int java.lang.Object java.util.Iterator
      StackMap stack:
            iinc 1 /* pos */ 1
        end local 2 // java.lang.Object o
        11: .line 677
      StackMap locals: org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        12: .line 683
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to find indexed element "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int pos
        end local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/springframework/expression/spel/ast/Indexer$CollectionIndexingValueRef;
            3    5     1     o  Ljava/lang/Object;
            6   13     1   pos  I
            8   11     2     o  Ljava/lang/Object;

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
        start local 1 // java.lang.Object newValue
         0: .line 688
            aload 0 /* this */
            invokevirtual org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.growCollectionIfNecessary:()V
         1: .line 689
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            instanceof java.util.List
            ifeq 9
         2: .line 690
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            checkcast java.util.List
            astore 2 /* list */
        start local 2 // java.util.List list
         3: .line 691
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getElementTypeDescriptor:()Lorg/springframework/core/convert/TypeDescriptor;
            ifnull 7
         4: .line 692
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.typeConverter:Lorg/springframework/expression/TypeConverter;
            aload 1 /* newValue */
            aload 1 /* newValue */
            invokestatic org.springframework.core.convert.TypeDescriptor.forObject:(Ljava/lang/Object;)Lorg/springframework/core/convert/TypeDescriptor;
         5: .line 693
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getElementTypeDescriptor:()Lorg/springframework/core/convert/TypeDescriptor;
         6: .line 692
            invokeinterface org.springframework.expression.TypeConverter.convertValue:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;
            astore 1 /* newValue */
         7: .line 695
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* list */
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            aload 1 /* newValue */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.util.List list
         8: .line 696
            goto 12
         9: .line 698
      StackMap locals:
      StackMap stack:
            new org.springframework.expression.spel.SpelEvaluationException
            dup
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
            invokevirtual org.springframework.expression.spel.ast.Indexer.getStartPosition:()I
            getstatic org.springframework.expression.spel.SpelMessage.INDEXING_NOT_SUPPORTED_FOR_TYPE:Lorg/springframework/expression/spel/SpelMessage;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        10: .line 699
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.toString:()Ljava/lang/String;
        11: .line 698
            aastore
            invokespecial org.springframework.expression.spel.SpelEvaluationException.<init>:(ILorg/springframework/expression/spel/SpelMessage;[Ljava/lang/Object;)V
            athrow
        12: .line 701
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object newValue
        end local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/springframework/expression/spel/ast/Indexer$CollectionIndexingValueRef;
            0   13     1  newValue  Ljava/lang/Object;
            3    8     2      list  Ljava/util/List;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
          Name  Flags
      newValue  

  private void growCollectionIfNecessary();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
         0: .line 704
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            if_icmplt 21
         1: .line 705
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.growCollection:Z
            ifne 5
         2: .line 706
            new org.springframework.expression.spel.SpelEvaluationException
            dup
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
            invokevirtual org.springframework.expression.spel.ast.Indexer.getStartPosition:()I
            getstatic org.springframework.expression.spel.SpelMessage.COLLECTION_INDEX_OUT_OF_BOUNDS:Lorg/springframework/expression/spel/SpelMessage;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 707
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
         4: .line 706
            aastore
            invokespecial org.springframework.expression.spel.SpelEvaluationException.<init>:(ILorg/springframework/expression/spel/SpelMessage;[Ljava/lang/Object;)V
            athrow
         5: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.maximumSize:I
            if_icmplt 7
         6: .line 710
            new org.springframework.expression.spel.SpelEvaluationException
            dup
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
            invokevirtual org.springframework.expression.spel.ast.Indexer.getStartPosition:()I
            getstatic org.springframework.expression.spel.SpelMessage.UNABLE_TO_GROW_COLLECTION:Lorg/springframework/expression/spel/SpelMessage;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.springframework.expression.spel.SpelEvaluationException.<init>:(ILorg/springframework/expression/spel/SpelMessage;[Ljava/lang/Object;)V
            athrow
         7: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getElementTypeDescriptor:()Lorg/springframework/core/convert/TypeDescriptor;
            ifnonnull 11
         8: .line 713
            new org.springframework.expression.spel.SpelEvaluationException
            dup
         9: .line 714
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
            invokevirtual org.springframework.expression.spel.ast.Indexer.getStartPosition:()I
            getstatic org.springframework.expression.spel.SpelMessage.UNABLE_TO_GROW_COLLECTION_UNKNOWN_ELEMENT_TYPE:Lorg/springframework/expression/spel/SpelMessage;
        10: .line 713
            iconst_0
            anewarray java.lang.Object
            invokespecial org.springframework.expression.spel.SpelEvaluationException.<init>:(ILorg/springframework/expression/spel/SpelMessage;[Ljava/lang/Object;)V
            athrow
        11: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collectionEntryDescriptor:Lorg/springframework/core/convert/TypeDescriptor;
            invokevirtual org.springframework.core.convert.TypeDescriptor.getElementTypeDescriptor:()Lorg/springframework/core/convert/TypeDescriptor;
            astore 1 /* elementType */
        start local 1 // org.springframework.core.convert.TypeDescriptor elementType
        12: .line 718
            aload 1 /* elementType */
            invokevirtual org.springframework.core.convert.TypeDescriptor.getType:()Ljava/lang/Class;
            iconst_0
            anewarray java.lang.Class
            invokestatic org.springframework.util.ReflectionUtils.accessibleConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 2 /* ctor */
        start local 2 // java.lang.reflect.Constructor ctor
        13: .line 719
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.index:I
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            isub
            istore 3 /* newElements */
        start local 3 // int newElements
        14: .line 720
            goto 17
        15: .line 721
      StackMap locals: org.springframework.core.convert.TypeDescriptor java.lang.reflect.Constructor int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.collection:Ljava/util/Collection;
            aload 2 /* ctor */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        16: .line 722
            iinc 3 /* newElements */ -1
        17: .line 720
      StackMap locals:
      StackMap stack:
            iload 3 /* newElements */
            ifge 15
        end local 3 // int newElements
        end local 2 // java.lang.reflect.Constructor ctor
        18: .line 724
            goto 21
        19: .line 725
      StackMap locals: org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef org.springframework.core.convert.TypeDescriptor
      StackMap stack: java.lang.Throwable
            astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
        20: .line 726
            new org.springframework.expression.spel.SpelEvaluationException
            dup
            aload 0 /* this */
            getfield org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef.this$0:Lorg/springframework/expression/spel/ast/Indexer;
            invokevirtual org.springframework.expression.spel.ast.Indexer.getStartPosition:()I
            aload 2 /* ex */
            getstatic org.springframework.expression.spel.SpelMessage.UNABLE_TO_GROW_COLLECTION:Lorg/springframework/expression/spel/SpelMessage;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.springframework.expression.spel.SpelEvaluationException.<init>:(ILjava/lang/Throwable;Lorg/springframework/expression/spel/SpelMessage;[Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Throwable ex
        end local 1 // org.springframework.core.convert.TypeDescriptor elementType
        21: .line 729
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lorg/springframework/expression/spel/ast/Indexer$CollectionIndexingValueRef;
           12   21     1  elementType  Lorg/springframework/core/convert/TypeDescriptor;
           13   18     2         ctor  Ljava/lang/reflect/Constructor<*>;
           14   18     3  newElements  I
           20   21     2           ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          12    18      19  Class java.lang.Throwable

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
         0: .line 733
            iconst_1
            ireturn
        end local 0 // org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/Indexer$CollectionIndexingValueRef;
}
SourceFile: "Indexer.java"
NestHost: org.springframework.expression.spel.ast.Indexer
InnerClasses:
  private CollectionIndexingValueRef = org.springframework.expression.spel.ast.Indexer$CollectionIndexingValueRef of org.springframework.expression.spel.ast.Indexer