public class org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer extends org.apache.lucene.search.BulkScorer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer
  super_class: org.apache.lucene.search.BulkScorer
{
  final org.apache.lucene.search.BulkScorer bulkScorer;
    descriptor: Lorg/apache/lucene/search/BulkScorer;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.search.Weight weight;
    descriptor: Lorg/apache/lucene/search/Weight;
    flags: (0x0010) ACC_FINAL

  final float theScore;
    descriptor: F
    flags: (0x0010) ACC_FINAL

  public void <init>(org.apache.lucene.search.BulkScorer, org.apache.lucene.search.Weight, float);
    descriptor: (Lorg/apache/lucene/search/BulkScorer;Lorg/apache/lucene/search/Weight;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
        start local 1 // org.apache.lucene.search.BulkScorer bulkScorer
        start local 2 // org.apache.lucene.search.Weight weight
        start local 3 // float theScore
         0: .line 79
            aload 0 /* this */
            invokespecial org.apache.lucene.search.BulkScorer.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* bulkScorer */
            putfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.bulkScorer:Lorg/apache/lucene/search/BulkScorer;
         2: .line 81
            aload 0 /* this */
            aload 2 /* weight */
            putfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.weight:Lorg/apache/lucene/search/Weight;
         3: .line 82
            aload 0 /* this */
            fload 3 /* theScore */
            putfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.theScore:F
         4: .line 83
            return
        end local 3 // float theScore
        end local 2 // org.apache.lucene.search.Weight weight
        end local 1 // org.apache.lucene.search.BulkScorer bulkScorer
        end local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer;
            0    5     1  bulkScorer  Lorg/apache/lucene/search/BulkScorer;
            0    5     2      weight  Lorg/apache/lucene/search/Weight;
            0    5     3    theScore  F
    MethodParameters:
            Name  Flags
      bulkScorer  
      weight      
      theScore    

  public int score(org.apache.lucene.search.LeafCollector, org.apache.lucene.util.Bits, int, int);
    descriptor: (Lorg/apache/lucene/search/LeafCollector;Lorg/apache/lucene/util/Bits;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
        start local 1 // org.apache.lucene.search.LeafCollector collector
        start local 2 // org.apache.lucene.util.Bits acceptDocs
        start local 3 // int min
        start local 4 // int max
         0: .line 87
            aload 0 /* this */
            getfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.bulkScorer:Lorg/apache/lucene/search/BulkScorer;
            aload 0 /* this */
            aload 1 /* collector */
            invokevirtual org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.wrapCollector:(Lorg/apache/lucene/search/LeafCollector;)Lorg/apache/lucene/search/LeafCollector;
            aload 2 /* acceptDocs */
            iload 3 /* min */
            iload 4 /* max */
            invokevirtual org.apache.lucene.search.BulkScorer.score:(Lorg/apache/lucene/search/LeafCollector;Lorg/apache/lucene/util/Bits;II)I
            ireturn
        end local 4 // int max
        end local 3 // int min
        end local 2 // org.apache.lucene.util.Bits acceptDocs
        end local 1 // org.apache.lucene.search.LeafCollector collector
        end local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer;
            0    1     1   collector  Lorg/apache/lucene/search/LeafCollector;
            0    1     2  acceptDocs  Lorg/apache/lucene/util/Bits;
            0    1     3         min  I
            0    1     4         max  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      collector   
      acceptDocs  
      min         
      max         

  private org.apache.lucene.search.LeafCollector wrapCollector(org.apache.lucene.search.LeafCollector);
    descriptor: (Lorg/apache/lucene/search/LeafCollector;)Lorg/apache/lucene/search/LeafCollector;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
        start local 1 // org.apache.lucene.search.LeafCollector collector
         0: .line 91
            new org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1
            dup
            aload 0 /* this */
            aload 1 /* collector */
            invokespecial org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1.<init>:(Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer;Lorg/apache/lucene/search/LeafCollector;)V
            areturn
        end local 1 // org.apache.lucene.search.LeafCollector collector
        end local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer;
            0    1     1  collector  Lorg/apache/lucene/search/LeafCollector;
    MethodParameters:
           Name  Flags
      collector  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
         0: .line 107
            aload 0 /* this */
            getfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.bulkScorer:Lorg/apache/lucene/search/BulkScorer;
            invokevirtual org.apache.lucene.search.BulkScorer.cost:()J
            lreturn
        end local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer;
}
SourceFile: "ConstantScoreQuery.java"
NestHost: org.apache.lucene.search.ConstantScoreQuery
InnerClasses:
  protected ConstantBulkScorer = org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer of org.apache.lucene.search.ConstantScoreQuery
  org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1