public interface org.apache.lucene.search.LeafFieldComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.search.LeafFieldComparator
  super_class: java.lang.Object
{
  public abstract void setBottom(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      slot  final

  public abstract int compareBottom(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  public abstract int compareTop(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  public abstract void copy(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      slot  
      doc   

  public abstract void setScorer(org.apache.lucene.search.Scorable);
    descriptor: (Lorg/apache/lucene/search/Scorable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      scorer  

  public org.apache.lucene.search.DocIdSetIterator competitiveIterator();
    descriptor: ()Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.LeafFieldComparator this
         0: .line 125
            aconst_null
            areturn
        end local 0 // org.apache.lucene.search.LeafFieldComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/LeafFieldComparator;
    Exceptions:
      throws java.io.IOException

  public void setHitsThresholdReached();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.LeafFieldComparator this
         0: .line 133
            return
        end local 0 // org.apache.lucene.search.LeafFieldComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/LeafFieldComparator;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "LeafFieldComparator.java"