public final class com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation extends java.lang.Enum<com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
  super_class: java.lang.Enum
{
  public static final com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation SLICE_FROM;
    descriptor: Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation SLICE_TO;
    descriptor: Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation SLICE_BETWEEN;
    descriptor: Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation[] ENUM$VALUES;
    descriptor: [Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 10
            new com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
            dup
            ldc "SLICE_FROM"
            iconst_0
            invokespecial com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.<init>:(Ljava/lang/String;I)V
            putstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_FROM:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
         1: .line 11
            new com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
            dup
            ldc "SLICE_TO"
            iconst_1
            invokespecial com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.<init>:(Ljava/lang/String;I)V
            putstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_TO:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
         2: .line 12
            new com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
            dup
            ldc "SLICE_BETWEEN"
            iconst_2
            invokespecial com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.<init>:(Ljava/lang/String;I)V
            putstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_BETWEEN:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
         3: .line 9
            iconst_3
            anewarray com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
            dup
            iconst_0
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_FROM:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            aastore
            dup
            iconst_1
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_TO:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            aastore
            dup
            iconst_2
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.SLICE_BETWEEN:Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            aastore
            putstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.ENUM$VALUES:[Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation this
         0: .line 9
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation[] values();
    descriptor: ()[Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation.ENUM$VALUES:[Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/jayway/jsonpath/internal/path/ArraySliceOperation$Operation;>;
SourceFile: "ArraySliceOperation.java"
NestHost: com.jayway.jsonpath.internal.path.ArraySliceOperation
InnerClasses:
  public final Operation = com.jayway.jsonpath.internal.path.ArraySliceOperation$Operation of com.jayway.jsonpath.internal.path.ArraySliceOperation