class org.apache.lucene.document.RangeFieldQuery$QueryType$4 extends org.apache.lucene.document.RangeFieldQuery$QueryType
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.apache.lucene.document.RangeFieldQuery$QueryType$4
  super_class: org.apache.lucene.document.RangeFieldQuery$QueryType
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType$4 this
         0: .line 159
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.apache.lucene.document.RangeFieldQuery$QueryType.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType$4;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  org.apache.lucene.index.PointValues$Relation compare(byte[], byte[], byte[], int, int, int);
    descriptor: ([B[B[BIII)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType$4 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
        start local 6 // int dim
         0: .line 164
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 6 // int dim
        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$4 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType$4;
            0    1     1  queryPackedValue  [B
            0    1     2    minPackedValue  [B
            0    1     3    maxPackedValue  [B
            0    1     4           numDims  I
            0    1     5       bytesPerDim  I
            0    1     6               dim  I
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      minPackedValue    
      maxPackedValue    
      numDims           
      bytesPerDim       
      dim               

  boolean matches(byte[], byte[], int, int, int);
    descriptor: ([B[BIII)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType$4 this
        start local 1 // byte[] queryPackedValue
        start local 2 // byte[] packedValue
        start local 3 // int numDims
        start local 4 // int bytesPerDim
        start local 5 // int dim
         0: .line 169
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 5 // int dim
        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$4 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType$4;
            0    1     1  queryPackedValue  [B
            0    1     2       packedValue  [B
            0    1     3           numDims  I
            0    1     4       bytesPerDim  I
            0    1     5               dim  I
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      packedValue       
      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=6, locals=8, args_size=6
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType$4 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 175
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.INTERSECTS:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aload 1 /* queryPackedValue */
            aload 2 /* minPackedValue */
            aload 3 /* maxPackedValue */
            iload 4 /* numDims */
            iload 5 /* bytesPerDim */
            invokevirtual org.apache.lucene.document.RangeFieldQuery$QueryType.compare:([B[B[BII)Lorg/apache/lucene/index/PointValues$Relation;
            astore 6 /* intersectRelation */
        start local 6 // org.apache.lucene.index.PointValues$Relation intersectRelation
         1: .line 176
            aload 6 /* intersectRelation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 3
         2: .line 177
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         3: .line 180
      StackMap locals: org.apache.lucene.index.PointValues$Relation
      StackMap stack:
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType.WITHIN:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aload 1 /* queryPackedValue */
            aload 2 /* minPackedValue */
            aload 3 /* maxPackedValue */
            iload 4 /* numDims */
            iload 5 /* bytesPerDim */
            invokevirtual org.apache.lucene.document.RangeFieldQuery$QueryType.compare:([B[B[BII)Lorg/apache/lucene/index/PointValues$Relation;
            astore 7 /* withinRelation */
        start local 7 // org.apache.lucene.index.PointValues$Relation withinRelation
         4: .line 181
            aload 7 /* withinRelation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 6
         5: .line 182
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         6: .line 185
      StackMap locals: org.apache.lucene.index.PointValues$Relation
      StackMap stack:
            aload 6 /* intersectRelation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 8
            aload 7 /* withinRelation */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 8
         7: .line 186
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         8: .line 189
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 7 // org.apache.lucene.index.PointValues$Relation withinRelation
        end local 6 // org.apache.lucene.index.PointValues$Relation intersectRelation
        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$4 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType$4;
            0    9     1   queryPackedValue  [B
            0    9     2     minPackedValue  [B
            0    9     3     maxPackedValue  [B
            0    9     4            numDims  I
            0    9     5        bytesPerDim  I
            1    9     6  intersectRelation  Lorg/apache/lucene/index/PointValues$Relation;
            4    9     7     withinRelation  Lorg/apache/lucene/index/PointValues$Relation;
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      minPackedValue    
      maxPackedValue    
      numDims           
      bytesPerDim       

  boolean matches(byte[], byte[], int, int);
    descriptor: ([B[BII)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.RangeFieldQuery$QueryType$4 this
        start local 1 // byte[] queryPackedValue
        start local 2 // byte[] packedValue
        start local 3 // int numDims
        start local 4 // int bytesPerDim
         0: .line 193
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType$4.INTERSECTS:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aload 1 /* queryPackedValue */
            aload 2 /* packedValue */
            iload 3 /* numDims */
            iload 4 /* bytesPerDim */
            invokevirtual org.apache.lucene.document.RangeFieldQuery$QueryType.matches:([B[BII)Z
            ifeq 3
         1: .line 194
            getstatic org.apache.lucene.document.RangeFieldQuery$QueryType$4.WITHIN:Lorg/apache/lucene/document/RangeFieldQuery$QueryType;
            aload 1 /* queryPackedValue */
            aload 2 /* packedValue */
            iload 3 /* numDims */
            iload 4 /* bytesPerDim */
            invokevirtual org.apache.lucene.document.RangeFieldQuery$QueryType.matches:([B[BII)Z
            ifne 3
         2: .line 193
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            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$4 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/apache/lucene/document/RangeFieldQuery$QueryType$4;
            0    4     1  queryPackedValue  [B
            0    4     2       packedValue  [B
            0    4     3           numDims  I
            0    4     4       bytesPerDim  I
    MethodParameters:
                  Name  Flags
      queryPackedValue  
      packedValue       
      numDims           
      bytesPerDim       
}
SourceFile: "RangeFieldQuery.java"
EnclosingMethod: org.apache.lucene.document.RangeFieldQuery$QueryType
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$4
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues