public abstract class org.apache.lucene.index.TermsEnum implements org.apache.lucene.util.BytesRefIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.index.TermsEnum
  super_class: java.lang.Object
{
  public static final org.apache.lucene.index.TermsEnum EMPTY;
    descriptor: Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 191
            new org.apache.lucene.index.TermsEnum$1
            dup
            invokespecial org.apache.lucene.index.TermsEnum$1.<init>:()V
            putstatic org.apache.lucene.index.TermsEnum.EMPTY:Lorg/apache/lucene/index/TermsEnum;
         1: .line 248
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            return
        end local 0 // org.apache.lucene.index.TermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/TermsEnum;

  public abstract org.apache.lucene.util.AttributeSource attributes();
    descriptor: ()Lorg/apache/lucene/util/AttributeSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean seekExact(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public abstract org.apache.lucene.index.TermsEnum$SeekStatus seekCeil(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum$SeekStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public abstract void seekExact(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

  public abstract void seekExact(org.apache.lucene.util.BytesRef, org.apache.lucene.index.TermState);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/TermState;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      term   
      state  

  public abstract org.apache.lucene.util.BytesRef term();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract long ord();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract int docFreq();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract long totalTermFreq();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public final org.apache.lucene.index.PostingsEnum postings(org.apache.lucene.index.PostingsEnum);
    descriptor: (Lorg/apache/lucene/index/PostingsEnum;)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.TermsEnum this
        start local 1 // org.apache.lucene.index.PostingsEnum reuse
         0: .line 148
            aload 0 /* this */
            aload 1 /* reuse */
            bipush 8
            invokevirtual org.apache.lucene.index.TermsEnum.postings:(Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
            areturn
        end local 1 // org.apache.lucene.index.PostingsEnum reuse
        end local 0 // org.apache.lucene.index.TermsEnum this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/TermsEnum;
            0    1     1  reuse  Lorg/apache/lucene/index/PostingsEnum;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      reuse  

  public abstract org.apache.lucene.index.PostingsEnum postings(org.apache.lucene.index.PostingsEnum, int);
    descriptor: (Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      reuse  
      flags  

  public abstract org.apache.lucene.index.ImpactsEnum impacts(int);
    descriptor: (I)Lorg/apache/lucene/index/ImpactsEnum;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      flags  

  public abstract org.apache.lucene.index.TermState termState();
    descriptor: ()Lorg/apache/lucene/index/TermState;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TermsEnum.java"
NestMembers:
  org.apache.lucene.index.TermsEnum$1  org.apache.lucene.index.TermsEnum$SeekStatus
InnerClasses:
  org.apache.lucene.index.TermsEnum$1
  public final SeekStatus = org.apache.lucene.index.TermsEnum$SeekStatus of org.apache.lucene.index.TermsEnum