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

  private final org.apache.lucene.document.ShapeQuery val$query;
    descriptor: Lorg/apache/lucene/document/ShapeQuery;
    flags: (0x1012) ACC_PRIVATE, 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.document.ShapeQuery, org.apache.lucene.search.Query, float, org.apache.lucene.document.ShapeQuery, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/search/ScoreMode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.apache.lucene.document.ShapeQuery$1 this
        start local 2 // org.apache.lucene.search.Query $anonymous0
        start local 3 // float $anonymous1
         0: .line 125
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.document.ShapeQuery$1.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 0 /* this */
            aload 5
            putfield org.apache.lucene.document.ShapeQuery$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.document.ShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/ShapeQuery$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/Query;
            0    1     3  $anonymous1  F
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      $anonymous1    
      val$query      final
      val$scoreMode  final

  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.document.ShapeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 129
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.apache.lucene.document.ShapeQuery$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 130
            aload 2 /* scorerSupplier */
            ifnonnull 3
         2: .line 131
            aconst_null
            areturn
         3: .line 133
      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.document.ShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/document/ShapeQuery$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 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=8, locals=7, args_size=2
        start local 0 // org.apache.lucene.document.ShapeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 138
            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 139
            aload 2 /* reader */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            getfield org.apache.lucene.document.ShapeQuery.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 140
            aload 3 /* values */
            ifnonnull 4
         3: .line 142
            aconst_null
            areturn
         4: .line 144
      StackMap locals: org.apache.lucene.index.LeafReader org.apache.lucene.index.PointValues
      StackMap stack:
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.getFieldInfos:()Lorg/apache/lucene/index/FieldInfos;
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            getfield org.apache.lucene.document.ShapeQuery.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.FieldInfos.fieldInfo:(Ljava/lang/String;)Lorg/apache/lucene/index/FieldInfo;
            astore 4 /* fieldInfo */
        start local 4 // org.apache.lucene.index.FieldInfo fieldInfo
         5: .line 145
            aload 4 /* fieldInfo */
            ifnonnull 7
         6: .line 147
            aconst_null
            areturn
         7: .line 150
      StackMap locals: org.apache.lucene.index.FieldInfo
      StackMap stack:
            aload 0 /* this */
            astore 5 /* weight */
        start local 5 // org.apache.lucene.search.Weight weight
         8: .line 151
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getMinPackedValue:()[B
            aload 3 /* values */
            invokevirtual org.apache.lucene.index.PointValues.getMaxPackedValue:()[B
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            getfield org.apache.lucene.document.ShapeQuery.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            invokevirtual org.apache.lucene.document.ShapeQuery.relateRangeToQuery:([B[BLorg/apache/lucene/document/ShapeField$QueryRelation;)Lorg/apache/lucene/index/PointValues$Relation;
            astore 6 /* rel */
        start local 6 // org.apache.lucene.index.PointValues$Relation rel
         9: .line 152
            aload 6 /* rel */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpeq 10
            aload 6 /* rel */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 11
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            getfield org.apache.lucene.document.ShapeQuery.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.CONTAINS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpne 11
        10: .line 154
      StackMap locals: org.apache.lucene.search.Weight org.apache.lucene.index.PointValues$Relation
      StackMap stack:
            aconst_null
            areturn
        11: .line 155
      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 13
            aload 6 /* rel */
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            if_acmpne 13
        12: .line 157
            new org.apache.lucene.document.ShapeQuery$1$1
            dup
            aload 0 /* this */
            aload 5 /* weight */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 2 /* reader */
            invokespecial org.apache.lucene.document.ShapeQuery$1$1.<init>:(Lorg/apache/lucene/document/ShapeQuery$1;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/index/LeafReader;)V
            areturn
        13: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            getfield org.apache.lucene.document.ShapeQuery.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.INTERSECTS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpeq 17
        14: .line 170
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            getfield org.apache.lucene.document.ShapeQuery.queryRelation:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            getstatic org.apache.lucene.document.ShapeField$QueryRelation.CONTAINS:Lorg/apache/lucene/document/ShapeField$QueryRelation;
            if_acmpeq 17
        15: .line 171
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.val$query:Lorg/apache/lucene/document/ShapeQuery;
            aload 3 /* values */
            invokestatic org.apache.lucene.document.ShapeQuery.hasAnyHits:(Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/index/PointValues;)Z
            ifne 17
        16: .line 174
            aconst_null
            areturn
        17: .line 177
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.document.ShapeQuery$1$2
            dup
            aload 0 /* this */
            aload 3 /* values */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.this$0:Lorg/apache/lucene/document/ShapeQuery;
            aload 2 /* reader */
            aload 5 /* weight */
            aload 0 /* this */
            getfield org.apache.lucene.document.ShapeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            invokespecial org.apache.lucene.document.ShapeQuery$1$2.<init>:(Lorg/apache/lucene/document/ShapeQuery$1;Lorg/apache/lucene/index/PointValues;Lorg/apache/lucene/document/ShapeQuery;Lorg/apache/lucene/index/LeafReader;Lorg/apache/lucene/search/Weight;Lorg/apache/lucene/search/ScoreMode;)V
            areturn
        end local 6 // org.apache.lucene.index.PointValues$Relation rel
        end local 5 // org.apache.lucene.search.Weight weight
        end local 4 // org.apache.lucene.index.FieldInfo fieldInfo
        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.document.ShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/apache/lucene/document/ShapeQuery$1;
            0   18     1    context  Lorg/apache/lucene/index/LeafReaderContext;
            1   18     2     reader  Lorg/apache/lucene/index/LeafReader;
            2   18     3     values  Lorg/apache/lucene/index/PointValues;
            5   18     4  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            8   18     5     weight  Lorg/apache/lucene/search/Weight;
            9   18     6        rel  Lorg/apache/lucene/index/PointValues$Relation;
    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.document.ShapeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 188
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.document.ShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/ShapeQuery$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  static float access$0(org.apache.lucene.document.ShapeQuery$1);
    descriptor: (Lorg/apache/lucene/document/ShapeQuery$1;)F
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.document.ShapeQuery$1.score:()F
            freturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ShapeQuery.java"
EnclosingMethod: org.apache.lucene.document.ShapeQuery.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.document.ShapeQuery
InnerClasses:
  public final QueryRelation = org.apache.lucene.document.ShapeField$QueryRelation of org.apache.lucene.document.ShapeField
  org.apache.lucene.document.ShapeQuery$1
  org.apache.lucene.document.ShapeQuery$1$1
  org.apache.lucene.document.ShapeQuery$1$2
  public final Relation = org.apache.lucene.index.PointValues$Relation of org.apache.lucene.index.PointValues