class com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef extends com.jayway.jsonpath.internal.PathRef
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef
  super_class: com.jayway.jsonpath.internal.PathRef
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // java.lang.Object parent
        start local 2 // int index
         0: .line 156
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial com.jayway.jsonpath.internal.PathRef.<init>:(Ljava/lang/Object;)V
         1: .line 157
            aload 0 /* this */
            iload 2 /* index */
            putfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
         2: .line 158
            return
        end local 2 // int index
        end local 1 // java.lang.Object parent
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    3     1  parent  Ljava/lang/Object;
            0    3     2   index  I
    MethodParameters:
        Name  Flags
      parent  
      index   

  public void set(java.lang.Object, com.jayway.jsonpath.Configuration);
    descriptor: (Ljava/lang/Object;Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // java.lang.Object newVal
        start local 2 // com.jayway.jsonpath.Configuration configuration
         0: .line 161
            aload 2 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            aload 1 /* newVal */
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.setArrayIndex:(Ljava/lang/Object;ILjava/lang/Object;)V
         1: .line 162
            return
        end local 2 // com.jayway.jsonpath.Configuration configuration
        end local 1 // java.lang.Object newVal
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    2     1         newVal  Ljava/lang/Object;
            0    2     2  configuration  Lcom/jayway/jsonpath/Configuration;
    MethodParameters:
               Name  Flags
      newVal         
      configuration  

  public void convert(com.jayway.jsonpath.MapFunction, com.jayway.jsonpath.Configuration);
    descriptor: (Lcom/jayway/jsonpath/MapFunction;Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // com.jayway.jsonpath.MapFunction mapFunction
        start local 2 // com.jayway.jsonpath.Configuration configuration
         0: .line 165
            aload 2 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.getArrayIndex:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 3 /* currentValue */
        start local 3 // java.lang.Object currentValue
         1: .line 166
            aload 2 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            aload 1 /* mapFunction */
            aload 3 /* currentValue */
            aload 2 /* configuration */
            invokeinterface com.jayway.jsonpath.MapFunction.map:(Ljava/lang/Object;Lcom/jayway/jsonpath/Configuration;)Ljava/lang/Object;
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.setArrayIndex:(Ljava/lang/Object;ILjava/lang/Object;)V
         2: .line 167
            return
        end local 3 // java.lang.Object currentValue
        end local 2 // com.jayway.jsonpath.Configuration configuration
        end local 1 // com.jayway.jsonpath.MapFunction mapFunction
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    3     1    mapFunction  Lcom/jayway/jsonpath/MapFunction;
            0    3     2  configuration  Lcom/jayway/jsonpath/Configuration;
            1    3     3   currentValue  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      mapFunction    
      configuration  

  public void delete(com.jayway.jsonpath.Configuration);
    descriptor: (Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // com.jayway.jsonpath.Configuration configuration
         0: .line 170
            aload 1 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.removeProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 171
            return
        end local 1 // com.jayway.jsonpath.Configuration configuration
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    2     1  configuration  Lcom/jayway/jsonpath/Configuration;
    MethodParameters:
               Name  Flags
      configuration  

  public void add(java.lang.Object, com.jayway.jsonpath.Configuration);
    descriptor: (Ljava/lang/Object;Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // java.lang.Object value
        start local 2 // com.jayway.jsonpath.Configuration configuration
         0: .line 174
            aload 2 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.getArrayIndex:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 3 /* target */
        start local 3 // java.lang.Object target
         1: .line 175
            aload 0 /* this */
            aload 3 /* target */
            invokevirtual com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.targetInvalid:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 176
            return
         3: .line 178
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 3 /* target */
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.isArray:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 179
            aload 2 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 3 /* target */
            aconst_null
            aload 1 /* value */
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.setProperty:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 180
            goto 7
         6: .line 181
      StackMap locals:
      StackMap stack:
            new com.jayway.jsonpath.InvalidModificationException
            dup
            ldc "Can only add to an array"
            invokespecial com.jayway.jsonpath.InvalidModificationException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object target
        end local 2 // com.jayway.jsonpath.Configuration configuration
        end local 1 // java.lang.Object value
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    8     1          value  Ljava/lang/Object;
            0    8     2  configuration  Lcom/jayway/jsonpath/Configuration;
            1    8     3         target  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      value          
      configuration  

  public void put(java.lang.String, java.lang.Object, com.jayway.jsonpath.Configuration);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
        start local 3 // com.jayway.jsonpath.Configuration configuration
         0: .line 186
            aload 3 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.getArrayIndex:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 4 /* target */
        start local 4 // java.lang.Object target
         1: .line 187
            aload 0 /* this */
            aload 4 /* target */
            invokevirtual com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.targetInvalid:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 188
            return
         3: .line 190
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 4 /* target */
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.isMap:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 191
            aload 3 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 4 /* target */
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.setProperty:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 192
            goto 7
         6: .line 193
      StackMap locals:
      StackMap stack:
            new com.jayway.jsonpath.InvalidModificationException
            dup
            ldc "Can only add properties to a map"
            invokespecial com.jayway.jsonpath.InvalidModificationException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 195
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Object target
        end local 3 // com.jayway.jsonpath.Configuration configuration
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    8     1            key  Ljava/lang/String;
            0    8     2          value  Ljava/lang/Object;
            0    8     3  configuration  Lcom/jayway/jsonpath/Configuration;
            1    8     4         target  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      key            
      value          
      configuration  

  public void renameKey(java.lang.String, java.lang.String, com.jayway.jsonpath.Configuration);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // java.lang.String oldKeyName
        start local 2 // java.lang.String newKeyName
        start local 3 // com.jayway.jsonpath.Configuration configuration
         0: .line 199
            aload 3 /* configuration */
            invokevirtual com.jayway.jsonpath.Configuration.jsonProvider:()Lcom/jayway/jsonpath/spi/json/JsonProvider;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.parent:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokeinterface com.jayway.jsonpath.spi.json.JsonProvider.getArrayIndex:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 4 /* target */
        start local 4 // java.lang.Object target
         1: .line 200
            aload 0 /* this */
            aload 4 /* target */
            invokevirtual com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.targetInvalid:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 201
            return
         3: .line 203
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 4 /* target */
            aload 1 /* oldKeyName */
            aload 2 /* newKeyName */
            aload 3 /* configuration */
            invokevirtual com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.renameInMap:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Lcom/jayway/jsonpath/Configuration;)V
         4: .line 204
            return
        end local 4 // java.lang.Object target
        end local 3 // com.jayway.jsonpath.Configuration configuration
        end local 2 // java.lang.String newKeyName
        end local 1 // java.lang.String oldKeyName
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    5     1     oldKeyName  Ljava/lang/String;
            0    5     2     newKeyName  Ljava/lang/String;
            0    5     3  configuration  Lcom/jayway/jsonpath/Configuration;
            1    5     4         target  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      oldKeyName     
      newKeyName     
      configuration  

  public java.lang.Object getAccessor();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
         0: .line 208
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;

  public int compareTo(com.jayway.jsonpath.internal.PathRef);
    descriptor: (Lcom/jayway/jsonpath/internal/PathRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
        start local 1 // com.jayway.jsonpath.internal.PathRef o
         0: .line 213
            aload 1 /* o */
            instanceof com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef
            ifeq 3
         1: .line 214
            aload 1 /* o */
            checkcast com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef
            astore 2 /* pf */
        start local 2 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef pf
         2: .line 215
            aload 2 /* pf */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef.index:I
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
        end local 2 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef pf
         3: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            invokespecial com.jayway.jsonpath.internal.PathRef.compareTo:(Lcom/jayway/jsonpath/internal/PathRef;)I
            ireturn
        end local 1 // com.jayway.jsonpath.internal.PathRef o
        end local 0 // com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
            0    4     1     o  Lcom/jayway/jsonpath/internal/PathRef;
            2    3     2    pf  Lcom/jayway/jsonpath/internal/PathRef$ArrayIndexPathRef;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "PathRef.java"
NestHost: com.jayway.jsonpath.internal.PathRef
InnerClasses:
  private ArrayIndexPathRef = com.jayway.jsonpath.internal.PathRef$ArrayIndexPathRef of com.jayway.jsonpath.internal.PathRef