abstract class org.apache.lucene.document.RangeFieldQuery$QueryType extends java.lang.Enum<org.apache.lucene.document.RangeFieldQuery$QueryType>
  minor version: 0
  major version: 59
  flags: flags: (0x4420) ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: org.apache.lucene.document.RangeFieldQuery$QueryType
  super_class: java.lang.Enum
{
  public static final org.apache.lucene.document.RangeFieldQuery$QueryType INTERSECTS;
    descriptor: Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.lucene.document.RangeFieldQuery$QueryType WITHIN;
    descriptor: Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.lucene.document.RangeFieldQuery$QueryType CONTAINS;
    descriptor: Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.apache.lucene.document.RangeFieldQuery$QueryType CROSSES;
    descriptor: Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final org.apache.lucene.document.RangeFieldQuery$QueryType[] ENUM$VALUES;
    descriptor: [Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    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 62
            new org.apache.lucene.document.RangeFieldQuery$QueryType$1
            dup
            ldc "INTERSECTS"
            iconst_0
            invokespecial org.apache.lucene.document.RangeFieldQuery$QueryType$1.<init>:(Ljava/lang/String;I)V
         1: .line 63
            putstatic org.apache.lucene.document.RangeFieldQuery$QueryType.INTERSECTS:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
         2: .line 94
            new org.apache.lucene.document.RangeFieldQuery$QueryType$2
            dup
            ldc "WITHIN"
            iconst_1
            invokespecial org.apache.lucene.document.RangeFieldQuery$QueryType$2.<init>:(Ljava/lang/String;I)V
         3: .line 95
            putstatic org.apache.lucene.document.RangeFieldQuery$QueryType.WITHIN:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
         4: .line 126
            new org.apache.lucene.document.RangeFieldQuery$QueryType$3
            dup
            ldc "CONTAINS"
            iconst_2
            invokespecial org.apache.lucene.document.RangeFieldQuery$QueryType$3.<init>:(Ljava/lang/String;I)V
         5: .line 127
            putstatic org.apache.lucene.document.RangeFieldQuery$QueryType.CONTAINS:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
         6: .line 158
            new org.apache.lucene.document.RangeFieldQuery$QueryType$4
            dup
            ldc "CROSSES"
            iconst_3
            invokespecial org.apache.lucene.document.RangeFieldQuery$QueryType$4.<init>:(Ljava/lang/String;I)V
         7: .line 159
            putstatic org.apache.lucene.document.RangeFieldQuery$QueryType.CROSSES:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
         8: .line 61
            iconst_4
            anewarray org.apache.lucene.document.RangeFieldQuery$QueryType
            dup
            iconst_0
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.INTERSECTS:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aastore
            dup
            iconst_1
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.WITHIN:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aastore
            dup
            iconst_2
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.CONTAINS:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aastore
            dup
            iconst_3
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.CROSSES:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aastore
            putstatic org.apache.lucene.document.RangeFieldQuery$QueryType.ENUM$VALUES:[Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            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 // org.apache.lucene.document.RangeFieldQuery$QueryType this
         0: .line 61
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  abstract org.apache.lucene.index.PointValues$Relation compare(byte[], byte[], byte[], int, int, int);
    descriptor: ([B[B[BIII)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      minPackedValue    
      maxPackedValue    
      numDims           
      bytesPerDim       
      dim               

  org.apache.lucene.index.PointValues$Relation compare(byte[], byte[], byte[], int, int);
    descriptor: ([B[B[BII)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0000) 
    Code:
      stack=7, locals=9, args_size=6
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType this
        start local 1 // byte[] queryPackedValue
        start local 2 // byte[] minPackedValue
        start local 3 // byte[] maxPackedValue
        start local 4 // int numDims
        start local 5 // int bytesPerDim
         0: .line 202
            iconst_1
            istore 6 /* inside */
        start local 6 // boolean inside
         1: .line 203
            iconst_0
            istore 7 /* dim */
        start local 7 // int dim
         2: goto 9
         3: .line 204
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* queryPackedValue */
            aload 2 /* minPackedValue */
            aload 3 /* maxPackedValue */
            iload 4 /* numDims */
            iload 5 /* bytesPerDim */
            iload 7 /* dim */
            invokevirtual org.apache.lucene.document.RangeFieldQuery$QueryType.compare:([B[B[BIII)Lorg/apache/lucene/index/PointValues$Relation;
            astore 8 /* relation */
        start local 8 // org.apache.lucene.index.PointValues$Relation relation
         4: .line 205
            aload 8 /* relation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 6
         5: .line 206
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         6: .line 207
      StackMap locals: org.apache.lucene.index.PointValues$Relation
      StackMap stack:
            aload 8 /* relation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpeq 8
         7: .line 208
            iconst_0
            istore 6 /* inside */
        end local 8 // org.apache.lucene.index.PointValues$Relation relation
         8: .line 203
      StackMap locals:
      StackMap stack:
            iinc 7 /* dim */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* dim */
            iload 4 /* numDims */
            if_icmplt 3
        end local 7 // int dim
        10: .line 211
            iload 6 /* inside */
            ifeq 11
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            goto 12
      StackMap locals:
      StackMap stack:
        11: getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
      StackMap locals:
      StackMap stack: org.apache.lucene.index.PointValues$Relation
        12: areturn
        end local 6 // boolean inside
        end local 5 // int bytesPerDim
        end local 4 // int numDims
        end local 3 // byte[] maxPackedValue
        end local 2 // byte[] minPackedValue
        end local 1 // byte[] queryPackedValue
        end local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            0   13     1  queryPackedValue  [B
            0   13     2    minPackedValue  [B
            0   13     3    maxPackedValue  [B
            0   13     4           numDims  I
            0   13     5       bytesPerDim  I
            1   13     6            inside  Z
            2   10     7               dim  I
            4    8     8          relation  Lorg/apache/lucene/index/PointValues$Relation;
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      minPackedValue    
      maxPackedValue    
      numDims           
      bytesPerDim       

  abstract boolean matches(byte[], byte[], int, int, int);
    descriptor: ([B[BIII)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      packedValue       
      numDims           
      bytesPerDim       
      dim               

  boolean matches(byte[], byte[], int, int);
    descriptor: ([B[BII)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType this
        start local 1 // byte[] queryPackedValue
        start local 2 // byte[] packedValue
        start local 3 // int numDims
        start local 4 // int bytesPerDim
         0: .line 217
            iconst_0
            istore 5 /* dim */
        start local 5 // int dim
         1: goto 5
         2: .line 218
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* queryPackedValue */
            aload 2 /* packedValue */
            iload 3 /* numDims */
            iload 4 /* bytesPerDim */
            iload 5 /* dim */
            invokevirtual org.apache.lucene.document.RangeFieldQuery$QueryType.matches:([B[BIII)Z
            ifne 4
         3: .line 219
            iconst_0
            ireturn
         4: .line 217
      StackMap locals:
      StackMap stack:
            iinc 5 /* dim */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* dim */
            iload 3 /* numDims */
            if_icmplt 2
        end local 5 // int dim
         6: .line 222
            iconst_1
            ireturn
        end local 4 // int bytesPerDim
        end local 3 // int numDims
        end local 2 // byte[] packedValue
        end local 1 // byte[] queryPackedValue
        end local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            0    7     1  queryPackedValue  [B
            0    7     2       packedValue  [B
            0    7     3           numDims  I
            0    7     4       bytesPerDim  I
            1    6     5               dim  I
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      packedValue       
      numDims           
      bytesPerDim       

  public static org.apache.lucene.document.RangeFieldQuery$QueryType[] values();
    descriptor: ()[Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.ENUM$VALUES:[Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.apache.lucene.document.RangeFieldQuery$QueryType
            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 org.apache.lucene.document.RangeFieldQuery$QueryType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.apache.lucene.document.RangeFieldQuery$QueryType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/apache/lucene/document/RangeFieldQuery$QueryType;>;
SourceFile: "RangeFieldQuery.java"
NestHost: org.apache.lucene.document.RangeFieldQuery
InnerClasses:
  abstract QueryType = org.apache.lucene.document.RangeFieldQuery$QueryType of org.apache.lucene.document.RangeFieldQuery
  org.apache.lucene.document.RangeFieldQuery$QueryType$1
  org.apache.lucene.document.RangeFieldQuery$QueryType$2
  org.apache.lucene.document.RangeFieldQuery$QueryType$3
  org.apache.lucene.document.RangeFieldQuery$QueryType$4
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues