class org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub 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$BinaryDocValuesSub
super_class: org.apache.lucene.index.DocIDMerger$Sub
{
final org.apache.lucene.index.BinaryDocValues values;
descriptor: Lorg/apache/lucene/index/BinaryDocValues;
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 254
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$BinaryDocValuesSub.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.lucene.index.MergeState$DocMap, org.apache.lucene.index.BinaryDocValues);
descriptor: (Lorg/apache/lucene/index/MergeState$DocMap;Lorg/apache/lucene/index/BinaryDocValues;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub this
start local 1 // org.apache.lucene.index.MergeState$DocMap docMap
start local 2 // org.apache.lucene.index.BinaryDocValues values
0: .line 259
aload 0 /* this */
aload 1 /* docMap */
invokespecial org.apache.lucene.index.DocIDMerger$Sub.<init>:(Lorg/apache/lucene/index/MergeState$DocMap;)V
1: .line 260
aload 0 /* this */
aload 2 /* values */
putfield org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub.values:Lorg/apache/lucene/index/BinaryDocValues;
2: .line 261
getstatic org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub.$assertionsDisabled:Z
ifne 3
aload 2 /* values */
invokevirtual org.apache.lucene.index.BinaryDocValues.docID:()I
iconst_m1
if_icmpeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: .line 262
StackMap locals: org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub org.apache.lucene.index.MergeState$DocMap org.apache.lucene.index.BinaryDocValues
StackMap stack:
return
end local 2 // org.apache.lucene.index.BinaryDocValues values
end local 1 // org.apache.lucene.index.MergeState$DocMap docMap
end local 0 // org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
0 4 1 docMap Lorg/apache/lucene/index/MergeState$DocMap;
0 4 2 values Lorg/apache/lucene/index/BinaryDocValues;
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$BinaryDocValuesSub this
0: .line 266
aload 0 /* this */
getfield org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub.values:Lorg/apache/lucene/index/BinaryDocValues;
invokevirtual org.apache.lucene.index.BinaryDocValues.nextDoc:()I
ireturn
end local 0 // org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
Exceptions:
throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
private BinaryDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub 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