public class org.apache.lucene.document.StoredField extends org.apache.lucene.document.Field
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.document.StoredField
  super_class: org.apache.lucene.document.Field
{
  public static final org.apache.lucene.document.FieldType TYPE;
    descriptor: Lorg/apache/lucene/document/FieldType;
    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 33
            new org.apache.lucene.document.FieldType
            dup
            invokespecial org.apache.lucene.document.FieldType.<init>:()V
            putstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
         1: .line 34
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            iconst_1
            invokevirtual org.apache.lucene.document.FieldType.setStored:(Z)V
         2: .line 35
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokevirtual org.apache.lucene.document.FieldType.freeze:()V
         3: .line 36
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.String, org.apache.lucene.document.FieldType);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/document/FieldType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // org.apache.lucene.document.FieldType type
         0: .line 47
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* type */
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 48
            return
        end local 2 // org.apache.lucene.document.FieldType type
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/document/StoredField;
            0    2     1  name  Ljava/lang/String;
            0    2     2  type  Lorg/apache/lucene/document/FieldType;
    MethodParameters:
      Name  Flags
      name  
      type  

  public void <init>(java.lang.String, org.apache.lucene.util.BytesRef, org.apache.lucene.document.FieldType);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/document/FieldType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // org.apache.lucene.util.BytesRef bytes
        start local 3 // org.apache.lucene.document.FieldType type
         0: .line 62
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* bytes */
            aload 3 /* type */
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 63
            return
        end local 3 // org.apache.lucene.document.FieldType type
        end local 2 // org.apache.lucene.util.BytesRef bytes
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/StoredField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  bytes  Lorg/apache/lucene/util/BytesRef;
            0    2     3   type  Lorg/apache/lucene/document/FieldType;
    MethodParameters:
       Name  Flags
      name   
      bytes  
      type   

  public void <init>(java.lang.String, byte[]);
    descriptor: (Ljava/lang/String;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // byte[] value
         0: .line 75
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;[BLorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 76
            return
        end local 2 // byte[] value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/StoredField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  [B
    MethodParameters:
       Name  Flags
      name   
      value  

  public void <init>(java.lang.String, byte[], int, int);
    descriptor: (Ljava/lang/String;[BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // byte[] value
        start local 3 // int offset
        start local 4 // int length
         0: .line 90
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            iload 3 /* offset */
            iload 4 /* length */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;[BIILorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 91
            return
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/document/StoredField;
            0    2     1    name  Ljava/lang/String;
            0    2     2   value  [B
            0    2     3  offset  I
            0    2     4  length  I
    MethodParameters:
        Name  Flags
      name    
      value   
      offset  
      length  

  public void <init>(java.lang.String, org.apache.lucene.util.BytesRef);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // org.apache.lucene.util.BytesRef value
         0: .line 103
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 104
            return
        end local 2 // org.apache.lucene.util.BytesRef value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/StoredField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 114
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Ljava/lang/CharSequence;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 115
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/StoredField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public void <init>(java.lang.String, java.lang.String, org.apache.lucene.document.FieldType);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/apache/lucene/document/FieldType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
        start local 3 // org.apache.lucene.document.FieldType type
         0: .line 127
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            aload 3 /* type */
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Ljava/lang/CharSequence;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 128
            return
        end local 3 // org.apache.lucene.document.FieldType type
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/StoredField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
            0    2     3   type  Lorg/apache/lucene/document/FieldType;
    MethodParameters:
       Name  Flags
      name   
      value  
      type   

  public void <init>(java.lang.String, java.lang.CharSequence, org.apache.lucene.document.FieldType);
    descriptor: (Ljava/lang/String;Ljava/lang/CharSequence;Lorg/apache/lucene/document/FieldType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // java.lang.CharSequence value
        start local 3 // org.apache.lucene.document.FieldType type
         0: .line 140
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            aload 3 /* type */
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Ljava/lang/CharSequence;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 141
            return
        end local 3 // org.apache.lucene.document.FieldType type
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/StoredField;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/CharSequence;
            0    2     3   type  Lorg/apache/lucene/document/FieldType;
    MethodParameters:
       Name  Flags
      name   
      value  
      type   

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 151
            aload 0 /* this */
            aload 1 /* name */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 152
            aload 0 /* this */
            iload 2 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield org.apache.lucene.document.StoredField.fieldsData:Ljava/lang/Object;
         2: .line 153
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/StoredField;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      name   
      value  

  public void <init>(java.lang.String, float);
    descriptor: (Ljava/lang/String;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // float value
         0: .line 162
            aload 0 /* this */
            aload 1 /* name */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 163
            aload 0 /* this */
            fload 2 /* value */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            putfield org.apache.lucene.document.StoredField.fieldsData:Ljava/lang/Object;
         2: .line 164
            return
        end local 2 // float value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/StoredField;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  F
    MethodParameters:
       Name  Flags
      name   
      value  

  public void <init>(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // long value
         0: .line 173
            aload 0 /* this */
            aload 1 /* name */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 174
            aload 0 /* this */
            lload 2 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            putfield org.apache.lucene.document.StoredField.fieldsData:Ljava/lang/Object;
         2: .line 175
            return
        end local 2 // long value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/StoredField;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  J
    MethodParameters:
       Name  Flags
      name   
      value  

  public void <init>(java.lang.String, double);
    descriptor: (Ljava/lang/String;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.lucene.document.StoredField this
        start local 1 // java.lang.String name
        start local 2 // double value
         0: .line 184
            aload 0 /* this */
            aload 1 /* name */
            getstatic org.apache.lucene.document.StoredField.TYPE:Lorg/apache/lucene/document/FieldType;
            invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/index/IndexableFieldType;)V
         1: .line 185
            aload 0 /* this */
            dload 2 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            putfield org.apache.lucene.document.StoredField.fieldsData:Ljava/lang/Object;
         2: .line 186
            return
        end local 2 // double value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StoredField this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/document/StoredField;
            0    3     1   name  Ljava/lang/String;
            0    3     2  value  D
    MethodParameters:
       Name  Flags
      name   
      value  
}
SourceFile: "StoredField.java"