public abstract class org.apache.lucene.index.StoredFieldVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.index.StoredFieldVisitor
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            return
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/StoredFieldVisitor;

  public void binaryField(org.apache.lucene.index.FieldInfo, byte[]);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
        start local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 2 // byte[] value
         0: .line 54
            return
        end local 2 // byte[] value
        end local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/index/StoredFieldVisitor;
            0    1     1  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    1     2      value  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      value      

  public void stringField(org.apache.lucene.index.FieldInfo, byte[]);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
        start local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 2 // byte[] value
         0: .line 58
            return
        end local 2 // byte[] value
        end local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/index/StoredFieldVisitor;
            0    1     1  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    1     2      value  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      value      

  public void intField(org.apache.lucene.index.FieldInfo, int);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
        start local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 2 // int value
         0: .line 62
            return
        end local 2 // int value
        end local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/index/StoredFieldVisitor;
            0    1     1  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    1     2      value  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      value      

  public void longField(org.apache.lucene.index.FieldInfo, long);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
        start local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 2 // long value
         0: .line 66
            return
        end local 2 // long value
        end local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/index/StoredFieldVisitor;
            0    1     1  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    1     2      value  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      value      

  public void floatField(org.apache.lucene.index.FieldInfo, float);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
        start local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 2 // float value
         0: .line 70
            return
        end local 2 // float value
        end local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/index/StoredFieldVisitor;
            0    1     1  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    1     2      value  F
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      value      

  public void doubleField(org.apache.lucene.index.FieldInfo, double);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.StoredFieldVisitor this
        start local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        start local 2 // double value
         0: .line 74
            return
        end local 2 // double value
        end local 1 // org.apache.lucene.index.FieldInfo fieldInfo
        end local 0 // org.apache.lucene.index.StoredFieldVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/lucene/index/StoredFieldVisitor;
            0    1     1  fieldInfo  Lorg/apache/lucene/index/FieldInfo;
            0    1     2      value  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      value      

  public abstract org.apache.lucene.index.StoredFieldVisitor$Status needsField(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/StoredFieldVisitor$Status;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
}
SourceFile: "StoredFieldVisitor.java"
NestMembers:
  org.apache.lucene.index.StoredFieldVisitor$Status
InnerClasses:
  public final Status = org.apache.lucene.index.StoredFieldVisitor$Status of org.apache.lucene.index.StoredFieldVisitor