public final class org.apache.lucene.index.FieldInvertState
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.FieldInvertState
  super_class: java.lang.Object
{
  final int indexCreatedVersionMajor;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.index.IndexOptions indexOptions;
    descriptor: Lorg/apache/lucene/index/IndexOptions;
    flags: (0x0010) ACC_FINAL

  int position;
    descriptor: I
    flags: (0x0000) 

  int length;
    descriptor: I
    flags: (0x0000) 

  int numOverlap;
    descriptor: I
    flags: (0x0000) 

  int offset;
    descriptor: I
    flags: (0x0000) 

  int maxTermFrequency;
    descriptor: I
    flags: (0x0000) 

  int uniqueTermCount;
    descriptor: I
    flags: (0x0000) 

  int lastStartOffset;
    descriptor: I
    flags: (0x0000) 

  int lastPosition;
    descriptor: I
    flags: (0x0000) 

  org.apache.lucene.util.AttributeSource attributeSource;
    descriptor: Lorg/apache/lucene/util/AttributeSource;
    flags: (0x0000) 

  org.apache.lucene.analysis.tokenattributes.OffsetAttribute offsetAttribute;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
    flags: (0x0000) 

  org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute posIncrAttribute;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute;
    flags: (0x0000) 

  org.apache.lucene.analysis.tokenattributes.PayloadAttribute payloadAttribute;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/PayloadAttribute;
    flags: (0x0000) 

  org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute termAttribute;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/TermToBytesRefAttribute;
    flags: (0x0000) 

  org.apache.lucene.analysis.tokenattributes.TermFrequencyAttribute termFreqAttribute;
    descriptor: Lorg/apache/lucene/analysis/tokenattributes/TermFrequencyAttribute;
    flags: (0x0000) 

  public void <init>(int, java.lang.String, org.apache.lucene.index.IndexOptions);
    descriptor: (ILjava/lang/String;Lorg/apache/lucene/index/IndexOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.lucene.index.FieldInvertState this
        start local 1 // int indexCreatedVersionMajor
        start local 2 // java.lang.String name
        start local 3 // org.apache.lucene.index.IndexOptions indexOptions
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.lastStartOffset:I
         2: .line 46
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.lastPosition:I
         3: .line 58
            aload 0 /* this */
            iload 1 /* indexCreatedVersionMajor */
            putfield org.apache.lucene.index.FieldInvertState.indexCreatedVersionMajor:I
         4: .line 59
            aload 0 /* this */
            aload 2 /* name */
            putfield org.apache.lucene.index.FieldInvertState.name:Ljava/lang/String;
         5: .line 60
            aload 0 /* this */
            aload 3 /* indexOptions */
            putfield org.apache.lucene.index.FieldInvertState.indexOptions:Lorg/apache/lucene/index/IndexOptions;
         6: .line 61
            return
        end local 3 // org.apache.lucene.index.IndexOptions indexOptions
        end local 2 // java.lang.String name
        end local 1 // int indexCreatedVersionMajor
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    7     0                      this  Lorg/apache/lucene/index/FieldInvertState;
            0    7     1  indexCreatedVersionMajor  I
            0    7     2                      name  Ljava/lang/String;
            0    7     3              indexOptions  Lorg/apache/lucene/index/IndexOptions;
    MethodParameters:
                          Name  Flags
      indexCreatedVersionMajor  
      name                      
      indexOptions              

  public void <init>(int, java.lang.String, org.apache.lucene.index.IndexOptions, int, int, int, int, int, int);
    descriptor: (ILjava/lang/String;Lorg/apache/lucene/index/IndexOptions;IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=10
        start local 0 // org.apache.lucene.index.FieldInvertState this
        start local 1 // int indexCreatedVersionMajor
        start local 2 // java.lang.String name
        start local 3 // org.apache.lucene.index.IndexOptions indexOptions
        start local 4 // int position
        start local 5 // int length
        start local 6 // int numOverlap
        start local 7 // int offset
        start local 8 // int maxTermFrequency
        start local 9 // int uniqueTermCount
         0: .line 66
            aload 0 /* this */
            iload 1 /* indexCreatedVersionMajor */
            aload 2 /* name */
            aload 3 /* indexOptions */
            invokespecial org.apache.lucene.index.FieldInvertState.<init>:(ILjava/lang/String;Lorg/apache/lucene/index/IndexOptions;)V
         1: .line 67
            aload 0 /* this */
            iload 4 /* position */
            putfield org.apache.lucene.index.FieldInvertState.position:I
         2: .line 68
            aload 0 /* this */
            iload 5 /* length */
            putfield org.apache.lucene.index.FieldInvertState.length:I
         3: .line 69
            aload 0 /* this */
            iload 6 /* numOverlap */
            putfield org.apache.lucene.index.FieldInvertState.numOverlap:I
         4: .line 70
            aload 0 /* this */
            iload 7 /* offset */
            putfield org.apache.lucene.index.FieldInvertState.offset:I
         5: .line 71
            aload 0 /* this */
            iload 8 /* maxTermFrequency */
            putfield org.apache.lucene.index.FieldInvertState.maxTermFrequency:I
         6: .line 72
            aload 0 /* this */
            iload 9 /* uniqueTermCount */
            putfield org.apache.lucene.index.FieldInvertState.uniqueTermCount:I
         7: .line 73
            return
        end local 9 // int uniqueTermCount
        end local 8 // int maxTermFrequency
        end local 7 // int offset
        end local 6 // int numOverlap
        end local 5 // int length
        end local 4 // int position
        end local 3 // org.apache.lucene.index.IndexOptions indexOptions
        end local 2 // java.lang.String name
        end local 1 // int indexCreatedVersionMajor
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    8     0                      this  Lorg/apache/lucene/index/FieldInvertState;
            0    8     1  indexCreatedVersionMajor  I
            0    8     2                      name  Ljava/lang/String;
            0    8     3              indexOptions  Lorg/apache/lucene/index/IndexOptions;
            0    8     4                  position  I
            0    8     5                    length  I
            0    8     6                numOverlap  I
            0    8     7                    offset  I
            0    8     8          maxTermFrequency  I
            0    8     9           uniqueTermCount  I
    MethodParameters:
                          Name  Flags
      indexCreatedVersionMajor  
      name                      
      indexOptions              
      position                  
      length                    
      numOverlap                
      offset                    
      maxTermFrequency          
      uniqueTermCount           

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 79
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.FieldInvertState.position:I
         1: .line 80
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.length:I
         2: .line 81
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.numOverlap:I
         3: .line 82
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.offset:I
         4: .line 83
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.maxTermFrequency:I
         5: .line 84
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.uniqueTermCount:I
         6: .line 85
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.lastStartOffset:I
         7: .line 86
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.FieldInvertState.lastPosition:I
         8: .line 87
            return
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/index/FieldInvertState;

  void setAttributeSource(org.apache.lucene.util.AttributeSource);
    descriptor: (Lorg/apache/lucene/util/AttributeSource;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.FieldInvertState this
        start local 1 // org.apache.lucene.util.AttributeSource attributeSource
         0: .line 94
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.attributeSource:Lorg/apache/lucene/util/AttributeSource;
            aload 1 /* attributeSource */
            if_acmpeq 7
         1: .line 95
            aload 0 /* this */
            aload 1 /* attributeSource */
            putfield org.apache.lucene.index.FieldInvertState.attributeSource:Lorg/apache/lucene/util/AttributeSource;
         2: .line 96
            aload 0 /* this */
            aload 1 /* attributeSource */
            ldc Lorg/apache/lucene/analysis/tokenattributes/TermToBytesRefAttribute;
            invokevirtual org.apache.lucene.util.AttributeSource.getAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.TermToBytesRefAttribute
            putfield org.apache.lucene.index.FieldInvertState.termAttribute:Lorg/apache/lucene/analysis/tokenattributes/TermToBytesRefAttribute;
         3: .line 97
            aload 0 /* this */
            aload 1 /* attributeSource */
            ldc Lorg/apache/lucene/analysis/tokenattributes/TermFrequencyAttribute;
            invokevirtual org.apache.lucene.util.AttributeSource.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.TermFrequencyAttribute
            putfield org.apache.lucene.index.FieldInvertState.termFreqAttribute:Lorg/apache/lucene/analysis/tokenattributes/TermFrequencyAttribute;
         4: .line 98
            aload 0 /* this */
            aload 1 /* attributeSource */
            ldc Lorg/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute;
            invokevirtual org.apache.lucene.util.AttributeSource.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute
            putfield org.apache.lucene.index.FieldInvertState.posIncrAttribute:Lorg/apache/lucene/analysis/tokenattributes/PositionIncrementAttribute;
         5: .line 99
            aload 0 /* this */
            aload 1 /* attributeSource */
            ldc Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
            invokevirtual org.apache.lucene.util.AttributeSource.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.OffsetAttribute
            putfield org.apache.lucene.index.FieldInvertState.offsetAttribute:Lorg/apache/lucene/analysis/tokenattributes/OffsetAttribute;
         6: .line 100
            aload 0 /* this */
            aload 1 /* attributeSource */
            ldc Lorg/apache/lucene/analysis/tokenattributes/PayloadAttribute;
            invokevirtual org.apache.lucene.util.AttributeSource.getAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.tokenattributes.PayloadAttribute
            putfield org.apache.lucene.index.FieldInvertState.payloadAttribute:Lorg/apache/lucene/analysis/tokenattributes/PayloadAttribute;
         7: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.util.AttributeSource attributeSource
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/apache/lucene/index/FieldInvertState;
            0    8     1  attributeSource  Lorg/apache/lucene/util/AttributeSource;
    MethodParameters:
                 Name  Flags
      attributeSource  

  public int getPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 109
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.position:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 117
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.length:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public void setLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.FieldInvertState this
        start local 1 // int length
         0: .line 122
            aload 0 /* this */
            iload 1 /* length */
            putfield org.apache.lucene.index.FieldInvertState.length:I
         1: .line 123
            return
        end local 1 // int length
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/index/FieldInvertState;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public int getNumOverlap();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 130
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.numOverlap:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public void setNumOverlap(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.FieldInvertState this
        start local 1 // int numOverlap
         0: .line 136
            aload 0 /* this */
            iload 1 /* numOverlap */
            putfield org.apache.lucene.index.FieldInvertState.numOverlap:I
         1: .line 137
            return
        end local 1 // int numOverlap
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/lucene/index/FieldInvertState;
            0    2     1  numOverlap  I
    MethodParameters:
            Name  Flags
      numOverlap  

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 144
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.offset:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public int getMaxTermFrequency();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 153
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.maxTermFrequency:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public int getUniqueTermCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 160
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.uniqueTermCount:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public org.apache.lucene.util.AttributeSource getAttributeSource();
    descriptor: ()Lorg/apache/lucene/util/AttributeSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 167
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.attributeSource:Lorg/apache/lucene/util/AttributeSource;
            areturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.name:Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public int getIndexCreatedVersionMajor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 181
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.indexCreatedVersionMajor:I
            ireturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;

  public org.apache.lucene.index.IndexOptions getIndexOptions();
    descriptor: ()Lorg/apache/lucene/index/IndexOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.FieldInvertState this
         0: .line 188
            aload 0 /* this */
            getfield org.apache.lucene.index.FieldInvertState.indexOptions:Lorg/apache/lucene/index/IndexOptions;
            areturn
        end local 0 // org.apache.lucene.index.FieldInvertState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/FieldInvertState;
}
SourceFile: "FieldInvertState.java"