class org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1 extends org.apache.lucene.search.ConstantScoreWeight
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1
  super_class: org.apache.lucene.search.ConstantScoreWeight
{
  final org.apache.lucene.spatial3d.PointInGeo3DShapeQuery this$0;
    descriptor: Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;
    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.spatial3d.PointInGeo3DShapeQuery, org.apache.lucene.search.Query, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;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.spatial3d.PointInGeo3DShapeQuery$1 this
        start local 2 // org.apache.lucene.search.Query $anonymous0
        start local 3 // float $anonymous1
         0: .line 81
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.this$0:Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$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.spatial3d.PointInGeo3DShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery$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

  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=6, locals=5, args_size=2
        start local 0 // org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 85
            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 86
            aload 2 /* reader */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.this$0:Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery.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 87
            aload 3 /* values */
            ifnonnull 4
         3: .line 88
            aconst_null
            areturn
         4: .line 113
      StackMap locals: org.apache.lucene.index.LeafReader org.apache.lucene.index.PointValues
      StackMap stack:
            new org.apache.lucene.util.DocIdSetBuilder
            dup
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            aload 3 /* values */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.this$0:Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery.field:Ljava/lang/String;
            invokespecial org.apache.lucene.util.DocIdSetBuilder.<init>:(ILorg/apache/lucene/index/PointValues;Ljava/lang/String;)V
            astore 4 /* result */
        start local 4 // org.apache.lucene.util.DocIdSetBuilder result
         5: .line 115
            aload 3 /* values */
            new org.apache.lucene.spatial3d.PointInShapeIntersectVisitor
            dup
            aload 4 /* result */
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.this$0:Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery.shape:Lorg/apache/lucene/spatial3d/geom/GeoShape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.this$0:Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery;
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery.shapeBounds:Lorg/apache/lucene/spatial3d/geom/XYZBounds;
            invokespecial org.apache.lucene.spatial3d.PointInShapeIntersectVisitor.<init>:(Lorg/apache/lucene/util/DocIdSetBuilder;Lorg/apache/lucene/spatial3d/geom/GeoShape;Lorg/apache/lucene/spatial3d/geom/XYZBounds;)V
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
         6: .line 117
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.score:()F
            aload 0 /* this */
            getfield org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 4 /* result */
            invokevirtual org.apache.lucene.util.DocIdSetBuilder.build:()Lorg/apache/lucene/search/DocIdSet;
            invokevirtual org.apache.lucene.search.DocIdSet.iterator:()Lorg/apache/lucene/search/DocIdSetIterator;
            invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/DocIdSetIterator;)V
            areturn
        end local 4 // org.apache.lucene.util.DocIdSetBuilder result
        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.spatial3d.PointInGeo3DShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery$1;
            0    7     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            1    7     2   reader  Lorg/apache/lucene/index/LeafReader;
            2    7     3   values  Lorg/apache/lucene/index/PointValues;
            5    7     4   result  Lorg/apache/lucene/util/DocIdSetBuilder;
    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.spatial3d.PointInGeo3DShapeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 122
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial3d/PointInGeo3DShapeQuery$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "PointInGeo3DShapeQuery.java"
EnclosingMethod: org.apache.lucene.spatial3d.PointInGeo3DShapeQuery.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.spatial3d.PointInGeo3DShapeQuery
InnerClasses:
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues
  org.apache.lucene.spatial3d.PointInGeo3DShapeQuery$1