class org.apache.lucene.codecs.PointsFormat$1 extends org.apache.lucene.codecs.PointsFormat
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.PointsFormat$1
super_class: org.apache.lucene.codecs.PointsFormat
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.lucene.codecs.PointsFormat$1 this
0: .line 53
aload 0 /* this */
invokespecial org.apache.lucene.codecs.PointsFormat.<init>:()V
return
end local 0 // org.apache.lucene.codecs.PointsFormat$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/PointsFormat$1;
public org.apache.lucene.codecs.PointsWriter fieldsWriter(org.apache.lucene.index.SegmentWriteState);
descriptor: (Lorg/apache/lucene/index/SegmentWriteState;)Lorg/apache/lucene/codecs/PointsWriter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.lucene.codecs.PointsFormat$1 this
start local 1 // org.apache.lucene.index.SegmentWriteState state
0: .line 56
new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 // org.apache.lucene.index.SegmentWriteState state
end local 0 // org.apache.lucene.codecs.PointsFormat$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/PointsFormat$1;
0 1 1 state Lorg/apache/lucene/index/SegmentWriteState;
MethodParameters:
Name Flags
state
public org.apache.lucene.codecs.PointsReader fieldsReader(org.apache.lucene.index.SegmentReadState);
descriptor: (Lorg/apache/lucene/index/SegmentReadState;)Lorg/apache/lucene/codecs/PointsReader;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // org.apache.lucene.codecs.PointsFormat$1 this
start local 1 // org.apache.lucene.index.SegmentReadState state
0: .line 61
new org.apache.lucene.codecs.PointsFormat$1$1
dup
aload 0 /* this */
invokespecial org.apache.lucene.codecs.PointsFormat$1$1.<init>:(Lorg/apache/lucene/codecs/PointsFormat$1;)V
areturn
end local 1 // org.apache.lucene.index.SegmentReadState state
end local 0 // org.apache.lucene.codecs.PointsFormat$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/PointsFormat$1;
0 1 1 state Lorg/apache/lucene/index/SegmentReadState;
MethodParameters:
Name Flags
state
}
SourceFile: "PointsFormat.java"
EnclosingMethod: org.apache.lucene.codecs.PointsFormat
NestHost: org.apache.lucene.codecs.PointsFormat
InnerClasses:
org.apache.lucene.codecs.PointsFormat$1
org.apache.lucene.codecs.PointsFormat$1$1