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

  private final org.apache.lucene.index.SortedNumericDocValues val$values;
    descriptor: Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1, org.apache.lucene.search.DocIdSetIterator, org.apache.lucene.index.SortedNumericDocValues);
    descriptor: (Lorg/apache/lucene/document/LatLonDocValuesPointInPolygonQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedNumericDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1 this
        start local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
         0: .line 117
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesPointInPolygonQuery$1;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.apache.lucene.search.TwoPhaseIterator.<init>:(Lorg/apache/lucene/search/DocIdSetIterator;)V
            return
        end local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
        end local 0 // org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/LatLonDocValuesPointInPolygonQuery$1$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$values   final

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1 this
         0: .line 121
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 2 /* count */
        start local 2 // int count
         2: goto 9
         3: .line 122
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1.val$values:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lstore 3 /* value */
        start local 3 // long value
         4: .line 123
            lload 3 /* value */
            bipush 32
            lushr
            l2i
            istore 5 /* lat */
        start local 5 // int lat
         5: .line 124
            lload 3 /* value */
            ldc -1
            land
            l2i
            istore 6 /* lon */
        start local 6 // int lon
         6: .line 125
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1.this$1:Lorg/apache/lucene/document/LatLonDocValuesPointInPolygonQuery$1;
            getfield org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1.polygonPredicate:Lorg/apache/lucene/geo/GeoEncodingUtils$PolygonPredicate;
            iload 5 /* lat */
            iload 6 /* lon */
            invokevirtual org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate.test:(II)Z
            ifeq 8
         7: .line 126
            iconst_1
            ireturn
        end local 6 // int lon
        end local 5 // int lat
        end local 3 // long value
         8: .line 121
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 2 // int count
        end local 1 // int i
        10: .line 129
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/lucene/document/LatLonDocValuesPointInPolygonQuery$1$1;
            1   10     1      i  I
            2   10     2  count  I
            4    8     3  value  J
            5    8     5    lat  I
            6    8     6    lon  I
    Exceptions:
      throws java.io.IOException

  public float matchCost();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1 this
         0: .line 134
            ldc 1000.0
            freturn
        end local 0 // org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonDocValuesPointInPolygonQuery$1$1;
}
SourceFile: "LatLonDocValuesPointInPolygonQuery.java"
EnclosingMethod: org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1.scorer:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
NestHost: org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery
InnerClasses:
  org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1
  org.apache.lucene.document.LatLonDocValuesPointInPolygonQuery$1$1
  public PolygonPredicate = org.apache.lucene.geo.GeoEncodingUtils$PolygonPredicate of org.apache.lucene.geo.GeoEncodingUtils