class org.apache.lucene.index.TermsEnum$1 extends org.apache.lucene.index.BaseTermsEnum
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.TermsEnum$1
  super_class: org.apache.lucene.index.BaseTermsEnum
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 191
            aload 0 /* this */
            invokespecial org.apache.lucene.index.BaseTermsEnum.<init>:()V
            return
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
        start local 1 // org.apache.lucene.util.BytesRef term
         0: .line 193
            getstatic org.apache.lucene.index.TermsEnum$SeekStatus.END:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            areturn
        end local 1 // org.apache.lucene.util.BytesRef term
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;
            0    1     1  term  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
      Name  Flags
      term  

  public void seekExact(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
        start local 1 // long ord
         0: .line 196
            return
        end local 1 // long ord
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;
            0    1     1   ord  J
    MethodParameters:
      Name  Flags
      ord   

  public org.apache.lucene.util.BytesRef term();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 200
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public int docFreq();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 205
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public long totalTermFreq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 210
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public long ord();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 215
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
        start local 1 // org.apache.lucene.index.PostingsEnum reuse
        start local 2 // int flags
         0: .line 220
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int flags
        end local 1 // org.apache.lucene.index.PostingsEnum reuse
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/TermsEnum$1;
            0    1     1  reuse  Lorg/apache/lucene/index/PostingsEnum;
            0    1     2  flags  I
    MethodParameters:
       Name  Flags
      reuse  
      flags  

  public org.apache.lucene.index.ImpactsEnum impacts(int);
    descriptor: (I)Lorg/apache/lucene/index/ImpactsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
        start local 1 // int flags
         0: .line 225
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int flags
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/TermsEnum$1;
            0    1     1  flags  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      flags  

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 230
            aconst_null
            areturn
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public synchronized org.apache.lucene.util.AttributeSource attributes();
    descriptor: ()Lorg/apache/lucene/util/AttributeSource;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 235
            aload 0 /* this */
            invokespecial org.apache.lucene.index.BaseTermsEnum.attributes:()Lorg/apache/lucene/util/AttributeSource;
            areturn
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public org.apache.lucene.index.TermState termState();
    descriptor: ()Lorg/apache/lucene/index/TermState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
         0: .line 240
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/TermsEnum$1;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.TermsEnum$1 this
        start local 1 // org.apache.lucene.util.BytesRef term
        start local 2 // org.apache.lucene.index.TermState state
         0: .line 245
            new java.lang.IllegalStateException
            dup
            ldc "this method should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.apache.lucene.index.TermState state
        end local 1 // org.apache.lucene.util.BytesRef term
        end local 0 // org.apache.lucene.index.TermsEnum$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/TermsEnum$1;
            0    1     1   term  Lorg/apache/lucene/util/BytesRef;
            0    1     2  state  Lorg/apache/lucene/index/TermState;
    MethodParameters:
       Name  Flags
      term   
      state  
}
SourceFile: "TermsEnum.java"
EnclosingMethod: org.apache.lucene.index.TermsEnum
NestHost: org.apache.lucene.index.TermsEnum
InnerClasses:
  org.apache.lucene.index.TermsEnum$1
  public final SeekStatus = org.apache.lucene.index.TermsEnum$SeekStatus of org.apache.lucene.index.TermsEnum