class org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery extends org.apache.lucene.search.Query
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery
  super_class: org.apache.lucene.search.Query
{
  private final org.apache.lucene.spatial.util.ShapeValuesPredicate predicateValueSource;
    descriptor: Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.lucene.spatial.util.ShapeValuesPredicate);
    descriptor: (Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
        start local 1 // org.apache.lucene.spatial.util.ShapeValuesPredicate predicateValueSource
         0: .line 133
            aload 0 /* this */
            invokespecial org.apache.lucene.search.Query.<init>:()V
         1: .line 134
            aload 0 /* this */
            aload 1 /* predicateValueSource */
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
         2: .line 135
            return
        end local 1 // org.apache.lucene.spatial.util.ShapeValuesPredicate predicateValueSource
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            0    3     1  predicateValueSource  Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
    MethodParameters:
                      Name  Flags
      predicateValueSource  

  public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher, org.apache.lucene.search.ScoreMode, float);
    descriptor: (Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
        start local 1 // org.apache.lucene.search.IndexSearcher searcher
        start local 2 // org.apache.lucene.search.ScoreMode scoreMode
        start local 3 // float boost
         0: .line 139
            new org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            fload 3 /* boost */
            aload 2 /* scoreMode */
            invokespecial org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.<init>:(Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/search/ScoreMode;)V
            areturn
        end local 3 // float boost
        end local 2 // org.apache.lucene.search.ScoreMode scoreMode
        end local 1 // org.apache.lucene.search.IndexSearcher searcher
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            0    1     1   searcher  Lorg/apache/lucene/search/IndexSearcher;
            0    1     2  scoreMode  Lorg/apache/lucene/search/ScoreMode;
            0    1     3      boost  F
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      searcher   
      scoreMode  
      boost      

  public void visit(org.apache.lucene.search.QueryVisitor);
    descriptor: (Lorg/apache/lucene/search/QueryVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
        start local 1 // org.apache.lucene.search.QueryVisitor visitor
         0: .line 157
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.QueryVisitor.visitLeaf:(Lorg/apache/lucene/search/Query;)V
         1: .line 158
            return
        end local 1 // org.apache.lucene.search.QueryVisitor visitor
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            0    2     1  visitor  Lorg/apache/lucene/search/QueryVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
        start local 1 // java.lang.Object other
         0: .line 162
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.sameClassAs:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 163
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            aload 1 /* other */
            checkcast org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 162
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            0    4     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
         0: .line 168
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.classHash:()I
            bipush 31
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.hashCode:()I
            imul
            iadd
            ireturn
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;

  public java.lang.String toString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
        start local 1 // java.lang.String field
         0: .line 173
            new java.lang.StringBuilder
            dup
            ldc "PredicateValueSourceQuery("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 175
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 173
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            0    4     1  field  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      field  
}
SourceFile: "SerializedDVStrategy.java"
NestHost: org.apache.lucene.spatial.serialized.SerializedDVStrategy
InnerClasses:
  PredicateValueSourceQuery = org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery of org.apache.lucene.spatial.serialized.SerializedDVStrategy
  org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1