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

  private final org.apache.lucene.index.SortedSetDocValues val$fcsi;
    descriptor: Lorg/apache/lucene/index/SortedSetDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1, org.apache.lucene.index.SortedSetDocValues);
    descriptor: (Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;Lorg/apache/lucene/index/SortedSetDocValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 92
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1.this$2:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1.val$fcsi:Lorg/apache/lucene/index/SortedSetDocValues;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.Terms.<init>:()V
            return
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$fcsi  final

  public org.apache.lucene.index.TermsEnum iterator();
    descriptor: ()Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 96
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1.val$fcsi:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.termsEnum:()Lorg/apache/lucene/index/TermsEnum;
            areturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;
    Exceptions:
      throws java.io.IOException

  public long getSumTotalTermFreq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 101
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public long getSumDocFreq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 106
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public int getDocCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 111
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 116
            ldc -1
            lreturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public boolean hasFreqs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 121
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public boolean hasOffsets();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 126
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public boolean hasPositions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 131
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;

  public boolean hasPayloads();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
         0: .line 136
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1;
}
SourceFile: "DocValuesRewriteMethod.java"
EnclosingMethod: org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.getTermsEnum:(Lorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/index/TermsEnum;
NestHost: org.apache.lucene.search.DocValuesRewriteMethod
InnerClasses:
  MultiTermQueryDocValuesWrapper = org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper of org.apache.lucene.search.DocValuesRewriteMethod
  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1
  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1