class org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub extends org.apache.lucene.index.DocIDMerger$Sub
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub
super_class: org.apache.lucene.index.DocIDMerger$Sub
{
final org.apache.lucene.index.NumericDocValues values;
descriptor: Lorg/apache/lucene/index/NumericDocValues;
flags: (0x0010) ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: .line 156
ldc Lorg/apache/lucene/codecs/DocValuesConsumer;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.lucene.index.MergeState$DocMap, org.apache.lucene.index.NumericDocValues);
descriptor: (Lorg/apache/lucene/index/MergeState$DocMap;Lorg/apache/lucene/index/NumericDocValues;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub this
start local 1 // org.apache.lucene.index.MergeState$DocMap docMap
start local 2 // org.apache.lucene.index.NumericDocValues values
0: .line 161
aload 0 /* this */
aload 1 /* docMap */
invokespecial org.apache.lucene.index.DocIDMerger$Sub.<init>:(Lorg/apache/lucene/index/MergeState$DocMap;)V
1: .line 162
aload 0 /* this */
aload 2 /* values */
putfield org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.values:Lorg/apache/lucene/index/NumericDocValues;
2: .line 163
getstatic org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.$assertionsDisabled:Z
ifne 3
aload 2 /* values */
invokevirtual org.apache.lucene.index.NumericDocValues.docID:()I
iconst_m1
if_icmpeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: .line 164
StackMap locals: org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub org.apache.lucene.index.MergeState$DocMap org.apache.lucene.index.NumericDocValues
StackMap stack:
return
end local 2 // org.apache.lucene.index.NumericDocValues values
end local 1 // org.apache.lucene.index.MergeState$DocMap docMap
end local 0 // org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
0 4 1 docMap Lorg/apache/lucene/index/MergeState$DocMap;
0 4 2 values Lorg/apache/lucene/index/NumericDocValues;
MethodParameters:
Name Flags
docMap
values
public int nextDoc();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub this
0: .line 168
aload 0 /* this */
getfield org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.values:Lorg/apache/lucene/index/NumericDocValues;
invokevirtual org.apache.lucene.index.NumericDocValues.nextDoc:()I
ireturn
end local 0 // org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;
Exceptions:
throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
private NumericDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger
public abstract DocMap = org.apache.lucene.index.MergeState$DocMap of org.apache.lucene.index.MergeState