public abstract class org.apache.lucene.codecs.PointsFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.codecs.PointsFormat
  super_class: java.lang.Object
{
  public static final org.apache.lucene.codecs.PointsFormat EMPTY;
    descriptor: Lorg/apache/lucene/codecs/PointsFormat;
    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 53
            new org.apache.lucene.codecs.PointsFormat$1
            dup
            invokespecial org.apache.lucene.codecs.PointsFormat$1.<init>:()V
            putstatic org.apache.lucene.codecs.PointsFormat.EMPTY:Lorg/apache/lucene/codecs/PointsFormat;
         1: .line 81
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.PointsFormat this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            return
        end local 0 // org.apache.lucene.codecs.PointsFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/codecs/PointsFormat;

  public abstract org.apache.lucene.codecs.PointsWriter fieldsWriter(org.apache.lucene.index.SegmentWriteState);
    descriptor: (Lorg/apache/lucene/index/SegmentWriteState;)Lorg/apache/lucene/codecs/PointsWriter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      state  

  public abstract org.apache.lucene.codecs.PointsReader fieldsReader(org.apache.lucene.index.SegmentReadState);
    descriptor: (Lorg/apache/lucene/index/SegmentReadState;)Lorg/apache/lucene/codecs/PointsReader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "PointsFormat.java"
NestMembers:
  org.apache.lucene.codecs.PointsFormat$1  org.apache.lucene.codecs.PointsFormat$1$1
InnerClasses:
  org.apache.lucene.codecs.PointsFormat$1