class org.apache.lucene.search.PointRangeQuery$1 extends org.apache.lucene.search.ConstantScoreWeight
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.PointRangeQuery$1
  super_class: org.apache.lucene.search.ConstantScoreWeight
{
  final org.apache.lucene.search.PointRangeQuery this$0;
    descriptor: Lorg/apache/lucene/search/PointRangeQuery;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.search.ScoreMode val$scoreMode;
    descriptor: Lorg/apache/lucene/search/ScoreMode;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.PointRangeQuery, org.apache.lucene.search.Query, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/search/PointRangeQuery;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/search/ScoreMode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 2 // org.apache.lucene.search.Query $anonymous0
        start local 3 // float $anonymous1
         0: .line 115
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.search.PointRangeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            fload 3 /* $anonymous1 */
            invokespecial org.apache.lucene.search.ConstantScoreWeight.<init>:(Lorg/apache/lucene/search/Query;F)V
            return
        end local 3 // float $anonymous1
        end local 2 // org.apache.lucene.search.Query $anonymous0
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/Query;
            0    1     3  $anonymous1  F
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      $anonymous1    
      val$scoreMode  final

  private boolean matches(byte[]);
    descriptor: ([B)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // byte[] packedValue
         0: .line 118
            iconst_0
            istore 2 /* dim */
        start local 2 // int dim
         1: goto 8
         2: .line 119
      StackMap locals: int
      StackMap stack:
            iload 2 /* dim */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            imul
            istore 3 /* offset */
        start local 3 // int offset
         3: .line 120
            aload 1 /* packedValue */
            iload 3 /* offset */
            iload 3 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.lowerPoint:[B
            iload 3 /* offset */
            iload 3 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifge 5
         4: .line 122
            iconst_0
            ireturn
         5: .line 124
      StackMap locals: int
      StackMap stack:
            aload 1 /* packedValue */
            iload 3 /* offset */
            iload 3 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.upperPoint:[B
            iload 3 /* offset */
            iload 3 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifle 7
         6: .line 126
            iconst_0
            ireturn
        end local 3 // int offset
         7: .line 118
      StackMap locals:
      StackMap stack:
            iinc 2 /* dim */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* dim */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.numDims:I
            if_icmplt 2
        end local 2 // int dim
         9: .line 129
            iconst_1
            ireturn
        end local 1 // byte[] packedValue
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0   10     1  packedValue  [B
            1    9     2          dim  I
            3    7     3       offset  I
    MethodParameters:
             Name  Flags
      packedValue  

  private org.apache.lucene.index.PointValues$Relation relate(byte[], byte[]);
    descriptor: ([B[B)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=3
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // byte[] minPackedValue
        start local 2 // byte[] maxPackedValue
         0: .line 134
            iconst_0
            istore 3 /* crosses */
        start local 3 // boolean crosses
         1: .line 136
            iconst_0
            istore 4 /* dim */
        start local 4 // int dim
         2: goto 12
         3: .line 137
      StackMap locals: int int
      StackMap stack:
            iload 4 /* dim */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            imul
            istore 5 /* offset */
        start local 5 // int offset
         4: .line 139
            aload 1 /* minPackedValue */
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.upperPoint:[B
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifgt 6
         5: .line 140
            aload 2 /* maxPackedValue */
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.lowerPoint:[B
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifge 7
         6: .line 141
      StackMap locals: int
      StackMap stack:
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
         7: .line 144
      StackMap locals:
      StackMap stack:
            iload 3 /* crosses */
            aload 1 /* minPackedValue */
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.lowerPoint:[B
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            iflt 9
         8: .line 145
            aload 2 /* maxPackedValue */
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.upperPoint:[B
            iload 5 /* offset */
            iload 5 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifgt 9
            iconst_0
            goto 10
      StackMap locals:
      StackMap stack: int
         9: iconst_1
      StackMap locals: org.apache.lucene.search.PointRangeQuery$1 byte[] byte[] int int int
      StackMap stack: int int
        10: ior
            istore 3 /* crosses */
        end local 5 // int offset
        11: .line 136
            iinc 4 /* dim */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* dim */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.numDims:I
            if_icmplt 3
        end local 4 // int dim
        13: .line 148
            iload 3 /* crosses */
            ifeq 15
        14: .line 149
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        15: .line 151
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 3 // boolean crosses
        end local 2 // byte[] maxPackedValue
        end local 1 // byte[] minPackedValue
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0   16     1  minPackedValue  [B
            0   16     2  maxPackedValue  [B
            1   16     3         crosses  Z
            2   13     4             dim  I
            4   11     5          offset  I
    MethodParameters:
                Name  Flags
      minPackedValue  
      maxPackedValue  

  private org.apache.lucene.index.PointValues$IntersectVisitor getIntersectVisitor(org.apache.lucene.util.DocIdSetBuilder);
    descriptor: (Lorg/apache/lucene/util/DocIdSetBuilder;)Lorg/apache/lucene/index/PointValues$IntersectVisitor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // org.apache.lucene.util.DocIdSetBuilder result
         0: .line 156
            new org.apache.lucene.search.PointRangeQuery$1$1
            dup
            aload 0 /* this */
            aload 1 /* result */
            invokespecial org.apache.lucene.search.PointRangeQuery$1$1.<init>:(Lorg/apache/lucene/search/PointRangeQuery$1;Lorg/apache/lucene/util/DocIdSetBuilder;)V
            areturn
        end local 1 // org.apache.lucene.util.DocIdSetBuilder result
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0    1     1  result  Lorg/apache/lucene/util/DocIdSetBuilder;
    MethodParameters:
        Name  Flags
      result  

  private org.apache.lucene.index.PointValues$IntersectVisitor getInverseIntersectVisitor(org.apache.lucene.util.FixedBitSet, int[]);
    descriptor: (Lorg/apache/lucene/util/FixedBitSet;[I)Lorg/apache/lucene/index/PointValues$IntersectVisitor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // org.apache.lucene.util.FixedBitSet result
        start local 2 // int[] cost
         0: .line 198
            new org.apache.lucene.search.PointRangeQuery$1$2
            dup
            aload 0 /* this */
            aload 1 /* result */
            aload 2 /* cost */
            invokespecial org.apache.lucene.search.PointRangeQuery$1$2.<init>:(Lorg/apache/lucene/search/PointRangeQuery$1;Lorg/apache/lucene/util/FixedBitSet;[I)V
            areturn
        end local 2 // int[] cost
        end local 1 // org.apache.lucene.util.FixedBitSet result
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0    1     1  result  Lorg/apache/lucene/util/FixedBitSet;
            0    1     2    cost  [I
    MethodParameters:
        Name  Flags
      result  
      cost    

  public org.apache.lucene.search.ScorerSupplier scorerSupplier(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/ScorerSupplier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 242
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            astore 2 /* reader */
        start local 2 // org.apache.lucene.index.LeafReader reader
         1: .line 244
            aload 2 /* reader */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getPointValues:(Ljava/lang/String;)Lorg/apache/lucene/index/PointValues;
            astore 3 /* values */
        start local 3 // org.apache.lucene.index.PointValues values
         2: .line 245
            aload 3 /* values */
            ifnonnull 4
         3: .line 247
            aconst_null
            areturn
         4: .line 250
      StackMap locals: org.apache.lucene.index.LeafReader org.apache.lucene.index.PointValues
      StackMap stack:
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getNumIndexDimensions:()I
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.numDims:I
            if_icmpeq 6
         5: .line 251
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "field=\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.field:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" was indexed with numIndexDimensions="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getNumIndexDimensions:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " but this query has numDims="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.numDims:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getBytesPerDimension:()I
            if_icmpeq 8
         7: .line 254
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "field=\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.field:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" was indexed with bytesPerDim="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getBytesPerDimension:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " but this query has bytesPerDim="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 258
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getDocCount:()I
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            if_icmpne 22
         9: .line 259
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getMinPackedValue:()[B
            astore 5 /* fieldPackedLower */
        start local 5 // byte[] fieldPackedLower
        10: .line 260
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getMaxPackedValue:()[B
            astore 6 /* fieldPackedUpper */
        start local 6 // byte[] fieldPackedUpper
        11: .line 261
            iconst_1
            istore 4 /* allDocsMatch */
        start local 4 // boolean allDocsMatch
        12: .line 262
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        13: goto 20
        14: .line 263
      StackMap locals: org.apache.lucene.search.PointRangeQuery$1 org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.LeafReader org.apache.lucene.index.PointValues int byte[] byte[] int
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            imul
            istore 8 /* offset */
        start local 8 // int offset
        15: .line 264
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.lowerPoint:[B
            iload 8 /* offset */
            iload 8 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 5 /* fieldPackedLower */
            iload 8 /* offset */
            iload 8 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifgt 17
        16: .line 265
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.upperPoint:[B
            iload 8 /* offset */
            iload 8 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            aload 6 /* fieldPackedUpper */
            iload 8 /* offset */
            iload 8 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.bytesPerDim:I
            iadd
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifge 19
        17: .line 266
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* allDocsMatch */
        18: .line 267
            goto 23
        end local 8 // int offset
        19: .line 262
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 7 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            getfield org.apache.lucene.search.PointRangeQuery.numDims:I
            if_icmplt 14
        end local 7 // int i
        end local 6 // byte[] fieldPackedUpper
        end local 5 // byte[] fieldPackedLower
        21: .line 270
            goto 23
        end local 4 // boolean allDocsMatch
        22: .line 271
      StackMap locals: org.apache.lucene.search.PointRangeQuery$1 org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.LeafReader org.apache.lucene.index.PointValues
      StackMap stack:
            iconst_0
            istore 4 /* allDocsMatch */
        start local 4 // boolean allDocsMatch
        23: .line 274
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            astore 5 /* weight */
        start local 5 // org.apache.lucene.search.Weight weight
        24: .line 275
            iload 4 /* allDocsMatch */
            ifeq 26
        25: .line 277
            new org.apache.lucene.search.PointRangeQuery$1$3
            dup
            aload 0 /* this */
            aload 5 /* weight */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 2 /* reader */
            invokespecial org.apache.lucene.search.PointRangeQuery$1$3.<init>:(Lorg/apache/lucene/search/PointRangeQuery$1;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/index/LeafReader;)V
            areturn
        26: .line 289
      StackMap locals: org.apache.lucene.search.Weight
      StackMap stack:
            new org.apache.lucene.search.PointRangeQuery$1$4
            dup
            aload 0 /* this */
            aload 2 /* reader */
            aload 3 /* values */
            aload 5 /* weight */
            aload 0 /* this */
            getfield org.apache.lucene.search.PointRangeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            invokespecial org.apache.lucene.search.PointRangeQuery$1$4.<init>:(Lorg/apache/lucene/search/PointRangeQuery$1;Lorg/apache/lucene/index/LeafReader;Lorg/apache/lucene/index/PointValues;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/search/ScoreMode;)V
            areturn
        end local 5 // org.apache.lucene.search.Weight weight
        end local 4 // boolean allDocsMatch
        end local 3 // org.apache.lucene.index.PointValues values
        end local 2 // org.apache.lucene.index.LeafReader reader
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   27     0              this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0   27     1           context  Lorg/apache/lucene/index/LeafReaderContext;
            1   27     2            reader  Lorg/apache/lucene/index/LeafReader;
            2   27     3            values  Lorg/apache/lucene/index/PointValues;
           12   22     4      allDocsMatch  Z
           23   27     4      allDocsMatch  Z
           10   21     5  fieldPackedLower  [B
           11   21     6  fieldPackedUpper  [B
           13   21     7                 i  I
           15   19     8            offset  I
           24   27     5            weight  Lorg/apache/lucene/search/Weight;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 331
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.apache.lucene.search.PointRangeQuery$1.scorerSupplier:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/ScorerSupplier;
            astore 2 /* scorerSupplier */
        start local 2 // org.apache.lucene.search.ScorerSupplier scorerSupplier
         1: .line 332
            aload 2 /* scorerSupplier */
            ifnonnull 3
         2: .line 333
            aconst_null
            areturn
         3: .line 335
      StackMap locals: org.apache.lucene.search.ScorerSupplier
      StackMap stack:
            aload 2 /* scorerSupplier */
            ldc 9223372036854775807
            invokevirtual org.apache.lucene.search.ScorerSupplier.get:(J)Lorg/apache/lucene/search/Scorer;
            areturn
        end local 2 // org.apache.lucene.search.ScorerSupplier scorerSupplier
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0    4     1         context  Lorg/apache/lucene/index/LeafReaderContext;
            1    4     2  scorerSupplier  Lorg/apache/lucene/search/ScorerSupplier;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.PointRangeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 340
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.PointRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/PointRangeQuery$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  static org.apache.lucene.search.PointRangeQuery access$0(org.apache.lucene.search.PointRangeQuery$1);
    descriptor: (Lorg/apache/lucene/search/PointRangeQuery$1;)Lorg/apache/lucene/search/PointRangeQuery;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 115
            aload 0
            getfield org.apache.lucene.search.PointRangeQuery$1.this$0:Lorg/apache/lucene/search/PointRangeQuery;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PointRangeQuery.java"
EnclosingMethod: org.apache.lucene.search.PointRangeQuery.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.search.PointRangeQuery
InnerClasses:
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues
  org.apache.lucene.search.PointRangeQuery$1
  org.apache.lucene.search.PointRangeQuery$1$1
  org.apache.lucene.search.PointRangeQuery$1$2
  org.apache.lucene.search.PointRangeQuery$1$3
  org.apache.lucene.search.PointRangeQuery$1$4