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

  private final org.apache.lucene.spatial.ShapeValues val$shapeValues;
    descriptor: Lorg/apache/lucene/spatial/ShapeValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.spatial.util.ShapeValuesPredicate, org.apache.lucene.search.DocIdSetIterator, org.apache.lucene.spatial.ShapeValues);
    descriptor: (Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/spatial/ShapeValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate$1 this
        start local 2 // org.apache.lucene.search.DocIdSetIterator $anonymous0
         0: .line 66
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.this$0:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            aload 0 /* this */
            aload 3
            putfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.val$shapeValues:Lorg/apache/lucene/spatial/ShapeValues;
            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.spatial.util.ShapeValuesPredicate$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/DocIdSetIterator;
    MethodParameters:
                 Name  Flags
      this$0           final
      $anonymous0      
      val$shapeValues  final

  public boolean matches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate$1 this
         0: .line 69
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.val$shapeValues:Lorg/apache/lucene/spatial/ShapeValues;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.approximation:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.docID:()I
            invokevirtual org.apache.lucene.spatial.ShapeValues.advanceExact:(I)Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.this$0:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.op:Lorg/apache/lucene/spatial/query/SpatialOperation;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.val$shapeValues:Lorg/apache/lucene/spatial/ShapeValues;
            invokevirtual org.apache.lucene.spatial.ShapeValues.value:()Lorg/locationtech/spatial4j/shape/Shape;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate$1.this$0:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokevirtual org.apache.lucene.spatial.query.SpatialOperation.evaluate:(Lorg/locationtech/spatial4j/shape/Shape;Lorg/locationtech/spatial4j/shape/Shape;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate$1;
    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.spatial.util.ShapeValuesPredicate$1 this
         0: .line 74
            ldc 100.0
            freturn
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate$1;
}
SourceFile: "ShapeValuesPredicate.java"
EnclosingMethod: org.apache.lucene.spatial.util.ShapeValuesPredicate.iterator:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DocIdSetIterator;)Lorg/apache/lucene/search/TwoPhaseIterator;
NestHost: org.apache.lucene.spatial.util.ShapeValuesPredicate
InnerClasses:
  org.apache.lucene.spatial.util.ShapeValuesPredicate$1