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

  public org.apache.lucene.index.NumericDocValues getNumeric(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 33
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/EmptyDocValuesProducer;
            0    1     1  field  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.BinaryDocValues getBinary(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/BinaryDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 38
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/EmptyDocValuesProducer;
            0    1     1  field  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.SortedDocValues getSorted(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 43
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/EmptyDocValuesProducer;
            0    1     1  field  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.SortedNumericDocValues getSortedNumeric(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 48
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/EmptyDocValuesProducer;
            0    1     1  field  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public org.apache.lucene.index.SortedSetDocValues getSortedSet(org.apache.lucene.index.FieldInfo);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedSetDocValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
        start local 1 // org.apache.lucene.index.FieldInfo field
         0: .line 53
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/EmptyDocValuesProducer;
            0    1     1  field  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

  public void checkIntegrity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
         0: .line 58
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/EmptyDocValuesProducer;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
         0: .line 64
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/EmptyDocValuesProducer;

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
         0: .line 69
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.EmptyDocValuesProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/EmptyDocValuesProducer;
}
SourceFile: "EmptyDocValuesProducer.java"