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

  void <init>(org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1, org.apache.lucene.search.Scorable);
    descriptor: (Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer$1;Lorg/apache/lucene/search/Scorable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1 this
        start local 2 // org.apache.lucene.search.Scorable $anonymous0
         0: .line 95
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1.this$2:Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer$1;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.apache.lucene.search.FilterScorable.<init>:(Lorg/apache/lucene/search/Scorable;)V
            return
        end local 2 // org.apache.lucene.search.Scorable $anonymous0
        end local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer$1$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/Scorable;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public float score();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1 this
         0: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1.this$2:Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer$1;
            invokestatic org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1.access$0:(Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer$1;)Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer;
            getfield org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer.theScore:F
            freturn
        end local 0 // org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ConstantScoreQuery$ConstantBulkScorer$1$1;
}
SourceFile: "ConstantScoreQuery.java"
EnclosingMethod: org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1.setScorer:(Lorg/apache/lucene/search/Scorable;)V
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
  org.apache.lucene.search.ConstantScoreQuery$ConstantBulkScorer$1$1