class org.apache.lucene.index.SegmentDocValues$1 extends org.apache.lucene.util.RefCount<org.apache.lucene.codecs.DocValuesProducer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.SegmentDocValues$1
super_class: org.apache.lucene.util.RefCount
{
final org.apache.lucene.index.SegmentDocValues this$0;
descriptor: Lorg/apache/lucene/index/SegmentDocValues;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.Long val$gen;
descriptor: Ljava/lang/Long;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.index.SegmentDocValues, org.apache.lucene.codecs.DocValuesProducer, java.lang.Long);
descriptor: (Lorg/apache/lucene/index/SegmentDocValues;Lorg/apache/lucene/codecs/DocValuesProducer;Ljava/lang/Long;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 // org.apache.lucene.index.SegmentDocValues$1 this
start local 2 // org.apache.lucene.codecs.DocValuesProducer $anonymous0
0: .line 51
aload 0 /* this */
aload 1
putfield org.apache.lucene.index.SegmentDocValues$1.this$0:Lorg/apache/lucene/index/SegmentDocValues;
aload 0 /* this */
aload 3
putfield org.apache.lucene.index.SegmentDocValues$1.val$gen:Ljava/lang/Long;
aload 0 /* this */
aload 2 /* $anonymous0 */
invokespecial org.apache.lucene.util.RefCount.<init>:(Ljava/lang/Object;)V
return
end local 2 // org.apache.lucene.codecs.DocValuesProducer $anonymous0
end local 0 // org.apache.lucene.index.SegmentDocValues$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/SegmentDocValues$1;
0 1 2 $anonymous0 Lorg/apache/lucene/codecs/DocValuesProducer;
MethodParameters:
Name Flags
this$0 final
$anonymous0
val$gen final
protected void release();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=1
start local 0 // org.apache.lucene.index.SegmentDocValues$1 this
0: .line 55
aload 0 /* this */
getfield org.apache.lucene.index.SegmentDocValues$1.object:Ljava/lang/Object;
checkcast org.apache.lucene.codecs.DocValuesProducer
invokevirtual org.apache.lucene.codecs.DocValuesProducer.close:()V
1: .line 56
aload 0 /* this */
getfield org.apache.lucene.index.SegmentDocValues$1.this$0:Lorg/apache/lucene/index/SegmentDocValues;
dup
astore 1
monitorenter
2: .line 57
aload 0 /* this */
getfield org.apache.lucene.index.SegmentDocValues$1.this$0:Lorg/apache/lucene/index/SegmentDocValues;
getfield org.apache.lucene.index.SegmentDocValues.genDVProducers:Ljava/util/Map;
aload 0 /* this */
getfield org.apache.lucene.index.SegmentDocValues$1.val$gen:Ljava/lang/Long;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
3: .line 56
aload 1
monitorexit
4: goto 7
StackMap locals: org.apache.lucene.index.SegmentDocValues$1 org.apache.lucene.index.SegmentDocValues
StackMap stack: java.lang.Throwable
5: aload 1
monitorexit
6: athrow
7: .line 59
StackMap locals:
StackMap stack:
return
end local 0 // org.apache.lucene.index.SegmentDocValues$1 this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/index/SegmentDocValues$1;
Exception table:
from to target type
2 4 5 any
5 6 5 any
Exceptions:
throws java.io.IOException
}
Signature: Lorg/apache/lucene/util/RefCount<Lorg/apache/lucene/codecs/DocValuesProducer;>;
SourceFile: "SegmentDocValues.java"
EnclosingMethod: org.apache.lucene.index.SegmentDocValues.newDocValuesProducer:(Lorg/apache/lucene/index/SegmentCommitInfo;Lorg/apache/lucene/store/Directory;Ljava/lang/Long;Lorg/apache/lucene/index/FieldInfos;)Lorg/apache/lucene/util/RefCount;
NestHost: org.apache.lucene.index.SegmentDocValues
InnerClasses:
org.apache.lucene.index.SegmentDocValues$1