class org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 extends org.apache.lucene.search.DocIdSetIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2
  super_class: org.apache.lucene.search.DocIdSetIterator
{
  private int docID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this$1;
    descriptor: Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator);
    descriptor: (Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
         0: .line 230
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DocIdSetIterator.<init>:()V
         1: .line 231
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.docID:I
         2: .line 230
            return
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
         0: .line 235
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.docID:I
            iconst_1
            iadd
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.advance:(I)I
            ireturn
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$2;
    Exceptions:
      throws java.io.IOException

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
         0: .line 240
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.docID:I
            ireturn
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$2;

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
         0: .line 245
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.competitiveIterator:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            lreturn
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$2;

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
        start local 1 // int target
         0: .line 250
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.competitiveIterator:Lorg/apache/lucene/search/DocIdSetIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            dup_x1
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.docID:I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$2;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  
}
SourceFile: "NumericComparator.java"
EnclosingMethod: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.competitiveIterator:()Lorg/apache/lucene/search/DocIdSetIterator;
NestHost: org.apache.lucene.search.comparators.NumericComparator
InnerClasses:
  public abstract NumericLeafComparator = org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator of org.apache.lucene.search.comparators.NumericComparator
  org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2