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

  public final org.apache.lucene.index.IndexReader$CacheHelper getCoreCacheHelper();
    descriptor: ()Lorg/apache/lucene/index/IndexReader$CacheHelper;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 27
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;

  public final org.apache.lucene.index.Terms terms(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
        start local 1 // java.lang.String field
         0: .line 32
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/DocValuesLeafReader;
            0    1     1  field  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

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

  public final org.apache.lucene.util.Bits getLiveDocs();
    descriptor: ()Lorg/apache/lucene/util/Bits;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 42
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;

  public final org.apache.lucene.index.PointValues getPointValues(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/lucene/index/PointValues;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
        start local 1 // java.lang.String field
         0: .line 47
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/DocValuesLeafReader;
            0    1     1  field  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      field  

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

  public final org.apache.lucene.index.LeafMetaData getMetaData();
    descriptor: ()Lorg/apache/lucene/index/LeafMetaData;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 57
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;

  public final org.apache.lucene.index.Fields getTermVectors(int);
    descriptor: (I)Lorg/apache/lucene/index/Fields;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
        start local 1 // int docID
         0: .line 62
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int docID
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/DocValuesLeafReader;
            0    1     1  docID  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      docID  

  public final int numDocs();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 67
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;

  public final int maxDoc();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 72
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;

  public final void document(int, org.apache.lucene.index.StoredFieldVisitor);
    descriptor: (ILorg/apache/lucene/index/StoredFieldVisitor;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
        start local 1 // int docID
        start local 2 // org.apache.lucene.index.StoredFieldVisitor visitor
         0: .line 77
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // org.apache.lucene.index.StoredFieldVisitor visitor
        end local 1 // int docID
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/lucene/index/DocValuesLeafReader;
            0    1     1    docID  I
            0    1     2  visitor  Lorg/apache/lucene/index/StoredFieldVisitor;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      docID    
      visitor  

  protected final void doClose();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 82
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;
    Exceptions:
      throws java.io.IOException

  public final org.apache.lucene.index.IndexReader$CacheHelper getReaderCacheHelper();
    descriptor: ()Lorg/apache/lucene/index/IndexReader$CacheHelper;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocValuesLeafReader this
         0: .line 87
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.index.DocValuesLeafReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocValuesLeafReader;
}
SourceFile: "DocValuesLeafReader.java"
InnerClasses:
  public abstract CacheHelper = org.apache.lucene.index.IndexReader$CacheHelper of org.apache.lucene.index.IndexReader