public class com.jayway.jsonpath.internal.path.ArraySliceOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jayway.jsonpath.internal.path.ArraySliceOperation
  super_class: java.lang.Object
{
  private final java.lang.Integer from;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer to;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation operation;
    descriptor: Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.Integer, java.lang.Integer, com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation);
    descriptor: (Ljava/lang/Integer;Ljava/lang/Integer;Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
        start local 1 // java.lang.Integer from
        start local 2 // java.lang.Integer to
        start local 3 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation operation
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 1 /* from */
            putfield com.jayway.jsonpath.internal.path.ArraySliceOperation.from:Ljava/lang/Integer;
         2: .line 21
            aload 0 /* this */
            aload 2 /* to */
            putfield com.jayway.jsonpath.internal.path.ArraySliceOperation.to:Ljava/lang/Integer;
         3: .line 22
            aload 0 /* this */
            aload 3 /* operation */
            putfield com.jayway.jsonpath.internal.path.ArraySliceOperation.operation:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
         4: .line 23
            return
        end local 3 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation operation
        end local 2 // java.lang.Integer to
        end local 1 // java.lang.Integer from
        end local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation;
            0    5     1       from  Ljava/lang/Integer;
            0    5     2         to  Ljava/lang/Integer;
            0    5     3  operation  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    MethodParameters:
           Name  Flags
      from       
      to         
      operation  

  public java.lang.Integer from();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
         0: .line 26
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.from:Ljava/lang/Integer;
            areturn
        end local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation;

  public java.lang.Integer to();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
         0: .line 30
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.to:Ljava/lang/Integer;
            areturn
        end local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation;

  public com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation operation();
    descriptor: ()Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
         0: .line 34
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.operation:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            areturn
        end local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
         0: .line 39
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 40
            aload 1 /* sb */
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 41
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.from:Ljava/lang/Integer;
            ifnonnull 3
            ldc ""
            goto 4
      StackMap locals: com.jayway.jsonpath.internal.path.ArraySliceOperation java.lang.StringBuilder
      StackMap stack: java.lang.StringBuilder
         3: aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.from:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
      StackMap locals: com.jayway.jsonpath.internal.path.ArraySliceOperation java.lang.StringBuilder
      StackMap stack: java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 42
            aload 1 /* sb */
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 43
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.to:Ljava/lang/Integer;
            ifnonnull 7
            ldc ""
            goto 8
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         7: aload 0 /* this */
            getfield com.jayway.jsonpath.internal.path.ArraySliceOperation.to:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.toString:()Ljava/lang/String;
      StackMap locals: com.jayway.jsonpath.internal.path.ArraySliceOperation java.lang.StringBuilder
      StackMap stack: java.lang.StringBuilder java.lang.String
         8: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 44
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 46
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation;
            1   11     1    sb  Ljava/lang/StringBuilder;

  public static com.jayway.jsonpath.internal.path.ArraySliceOperation parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/jayway/jsonpath/internal/path/ArraySliceOperation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // java.lang.String operation
         0: .line 51
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 6
         2: .line 52
      StackMap locals: int
      StackMap stack:
            aload 0 /* operation */
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* c */
        start local 2 // char c
         3: .line 53
            iload 2 /* c */
            invokestatic java.lang.Character.isDigit:(C)Z
            ifne 5
            iload 2 /* c */
            bipush 45
            if_icmpeq 5
            iload 2 /* c */
            bipush 58
            if_icmpeq 5
         4: .line 54
            new com.jayway.jsonpath.InvalidPathException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to parse SliceOperation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* operation */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.jayway.jsonpath.InvalidPathException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // char c
         5: .line 51
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            aload 0 /* operation */
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
        end local 1 // int i
         7: .line 57
            aload 0 /* operation */
            ldc ":"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 1 /* tokens */
        start local 1 // java.lang.String[] tokens
         8: .line 59
            aload 1 /* tokens */
            iconst_0
            invokestatic com.jayway.jsonpath.internal.path.ArraySliceOperation.tryRead:([Ljava/lang/String;I)Ljava/lang/Integer;
            astore 2 /* tempFrom */
        start local 2 // java.lang.Integer tempFrom
         9: .line 60
            aload 1 /* tokens */
            iconst_1
            invokestatic com.jayway.jsonpath.internal.path.ArraySliceOperation.tryRead:([Ljava/lang/String;I)Ljava/lang/Integer;
            astore 3 /* tempTo */
        start local 3 // java.lang.Integer tempTo
        10: .line 63
            aload 2 /* tempFrom */
            ifnull 13
            aload 3 /* tempTo */
            ifnonnull 13
        11: .line 64
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_FROM:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            astore 4 /* tempOperpation */
        start local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
        12: .line 65
            goto 20
        end local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
      StackMap locals: java.lang.String java.lang.String[] java.lang.Integer java.lang.Integer
      StackMap stack:
        13: aload 2 /* tempFrom */
            ifnull 16
            aload 3 /* tempTo */
            ifnull 16
        14: .line 66
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_BETWEEN:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            astore 4 /* tempOperpation */
        start local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
        15: .line 67
            goto 20
        end local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
      StackMap locals:
      StackMap stack:
        16: aload 2 /* tempFrom */
            ifnonnull 19
            aload 3 /* tempTo */
            ifnull 19
        17: .line 68
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_TO:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            astore 4 /* tempOperpation */
        start local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
        18: .line 69
            goto 20
        end local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
        19: .line 70
      StackMap locals:
      StackMap stack:
            new com.jayway.jsonpath.InvalidPathException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to parse SliceOperation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* operation */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.jayway.jsonpath.InvalidPathException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
        20: .line 73
      StackMap locals: com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
      StackMap stack:
            new com.jayway.jsonpath.internal.path.ArraySliceOperation
            dup
            aload 2 /* tempFrom */
            aload 3 /* tempTo */
            aload 4 /* tempOperpation */
            invokespecial com.jayway.jsonpath.internal.path.ArraySliceOperation.<init>:(Ljava/lang/Integer;Ljava/lang/Integer;Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;)V
            areturn
        end local 4 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation tempOperpation
        end local 3 // java.lang.Integer tempTo
        end local 2 // java.lang.Integer tempFrom
        end local 1 // java.lang.String[] tokens
        end local 0 // java.lang.String operation
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0       operation  Ljava/lang/String;
            1    7     1               i  I
            3    5     2               c  C
            8   21     1          tokens  [Ljava/lang/String;
            9   21     2        tempFrom  Ljava/lang/Integer;
           10   21     3          tempTo  Ljava/lang/Integer;
           12   13     4  tempOperpation  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
           15   16     4  tempOperpation  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
           18   19     4  tempOperpation  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
           20   21     4  tempOperpation  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    MethodParameters:
           Name  Flags
      operation  

  private static java.lang.Integer tryRead(java.lang.String[], int);
    descriptor: ([Ljava/lang/String;I)Ljava/lang/Integer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String[] tokens
        start local 1 // int idx
         0: .line 77
            aload 0 /* tokens */
            arraylength
            iload 1 /* idx */
            if_icmple 4
         1: .line 78
            aload 0 /* tokens */
            iload 1 /* idx */
            aaload
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 79
            aconst_null
            areturn
         3: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* tokens */
            iload 1 /* idx */
            aaload
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         4: .line 83
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int idx
        end local 0 // java.lang.String[] tokens
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0  tokens  [Ljava/lang/String;
            0    5     1     idx  I
    MethodParameters:
        Name  Flags
      tokens  
      idx     
}
SourceFile: "ArraySliceOperation.java"
NestMembers:
  com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
InnerClasses:
  public final Operation = com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation of com.jayway.jsonpath.internal.path.ArraySliceOperation