public class org.apache.lucene.spatial.util.ShapeValuesPredicate implements org.apache.lucene.search.SegmentCacheable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.spatial.util.ShapeValuesPredicate
  super_class: java.lang.Object
{
  private final org.apache.lucene.spatial.ShapeValuesSource shapeValuesource;
    descriptor: Lorg/apache/lucene/spatial/ShapeValuesSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.spatial.query.SpatialOperation op;
    descriptor: Lorg/apache/lucene/spatial/query/SpatialOperation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.locationtech.spatial4j.shape.Shape queryShape;
    descriptor: Lorg/locationtech/spatial4j/shape/Shape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.lucene.spatial.ShapeValuesSource, org.apache.lucene.spatial.query.SpatialOperation, org.locationtech.spatial4j.shape.Shape);
    descriptor: (Lorg/apache/lucene/spatial/ShapeValuesSource;Lorg/apache/lucene/spatial/query/SpatialOperation;Lorg/locationtech/spatial4j/shape/Shape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
        start local 1 // org.apache.lucene.spatial.ShapeValuesSource shapeValuesource
        start local 2 // org.apache.lucene.spatial.query.SpatialOperation op
        start local 3 // org.locationtech.spatial4j.shape.Shape queryShape
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* shapeValuesource */
            putfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
         2: .line 55
            aload 0 /* this */
            aload 2 /* op */
            putfield org.apache.lucene.spatial.util.ShapeValuesPredicate.op:Lorg/apache/lucene/spatial/query/SpatialOperation;
         3: .line 56
            aload 0 /* this */
            aload 3 /* queryShape */
            putfield org.apache.lucene.spatial.util.ShapeValuesPredicate.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
         4: .line 57
            return
        end local 3 // org.locationtech.spatial4j.shape.Shape queryShape
        end local 2 // org.apache.lucene.spatial.query.SpatialOperation op
        end local 1 // org.apache.lucene.spatial.ShapeValuesSource shapeValuesource
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            0    5     1  shapeValuesource  Lorg/apache/lucene/spatial/ShapeValuesSource;
            0    5     2                op  Lorg/apache/lucene/spatial/query/SpatialOperation;
            0    5     3        queryShape  Lorg/locationtech/spatial4j/shape/Shape;
    MethodParameters:
                  Name  Flags
      shapeValuesource  
      op                
      queryShape        

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
         0: .line 61
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.op:Lorg/apache/lucene/spatial/query/SpatialOperation;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;

  public org.apache.lucene.search.TwoPhaseIterator iterator(org.apache.lucene.index.LeafReaderContext, org.apache.lucene.search.DocIdSetIterator);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DocIdSetIterator;)Lorg/apache/lucene/search/TwoPhaseIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // org.apache.lucene.search.DocIdSetIterator approximation
         0: .line 65
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.spatial.ShapeValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/spatial/ShapeValues;
            astore 3 /* shapeValues */
        start local 3 // org.apache.lucene.spatial.ShapeValues shapeValues
         1: .line 66
            new org.apache.lucene.spatial.util.ShapeValuesPredicate$1
            dup
            aload 0 /* this */
            aload 2 /* approximation */
            aload 3 /* shapeValues */
            invokespecial org.apache.lucene.spatial.util.ShapeValuesPredicate$1.<init>:(Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/spatial/ShapeValues;)V
            areturn
        end local 3 // org.apache.lucene.spatial.ShapeValues shapeValues
        end local 2 // org.apache.lucene.search.DocIdSetIterator approximation
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            0    2     1            ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    2     2  approximation  Lorg/apache/lucene/search/DocIdSetIterator;
            1    2     3    shapeValues  Lorg/apache/lucene/spatial/ShapeValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      ctx            
      approximation  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
        start local 1 // java.lang.Object o
         0: .line 81
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 84
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial.util.ShapeValuesPredicate
            astore 2 /* that */
        start local 2 // org.apache.lucene.spatial.util.ShapeValuesPredicate that
         4: .line 86
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 2 /* that */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 87
      StackMap locals: org.apache.lucene.spatial.util.ShapeValuesPredicate
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.op:Lorg/apache/lucene/spatial/query/SpatialOperation;
            aload 2 /* that */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.op:Lorg/apache/lucene/spatial/query/SpatialOperation;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            aload 2 /* that */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokeinterface org.locationtech.spatial4j.shape.Shape.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 90
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial.util.ShapeValuesPredicate that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            0    8     1     o  Ljava/lang/Object;
            4    8     2  that  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
         0: .line 95
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            invokevirtual java.lang.Object.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 96
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.op:Lorg/apache/lucene/spatial/query/SpatialOperation;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 97
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.queryShape:Lorg/locationtech/spatial4j/shape/Shape;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 98
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            1    4     1  result  I

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 103
            aload 0 /* this */
            getfield org.apache.lucene.spatial.util.ShapeValuesPredicate.shapeValuesource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.spatial.ShapeValuesSource.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;)Z
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial.util.ShapeValuesPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "ShapeValuesPredicate.java"
NestMembers:
  org.apache.lucene.spatial.util.ShapeValuesPredicate$1
InnerClasses:
  org.apache.lucene.spatial.util.ShapeValuesPredicate$1