class org.apache.lucene.codecs.DocValuesConsumer$2$1 extends org.apache.lucene.index.BinaryDocValues
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.DocValuesConsumer$2$1
super_class: org.apache.lucene.index.BinaryDocValues
{
private org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub current;
descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
flags: (0x0002) ACC_PRIVATE
private int docID;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.codecs.DocValuesConsumer$2 this$1;
descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$2;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.DocIDMerger val$docIDMerger;
descriptor: Lorg/apache/lucene/index/DocIDMerger;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final long val$finalCost;
descriptor: J
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.codecs.DocValuesConsumer$2, org.apache.lucene.index.DocIDMerger, long);
descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$2;Lorg/apache/lucene/index/DocIDMerger;J)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=4
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$2;
aload 0
aload 2
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
aload 0
lload 3
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.val$finalCost:J
aload 0
invokespecial org.apache.lucene.index.BinaryDocValues.<init>:()V
1: aload 0
iconst_m1
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.docID:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
MethodParameters:
Name Flags
this$0 final
val$docIDMerger final
val$finalCost final
public int docID();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
public int nextDoc();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
invokevirtual org.apache.lucene.index.DocIDMerger.next:()Lorg/apache/lucene/index/DocIDMerger$Sub;
checkcast org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
1: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
ifnonnull 4
2: aload 0
ldc 2147483647
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.docID:I
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
getfield org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub.mappedDocID:I
putfield org.apache.lucene.codecs.DocValuesConsumer$2$1.docID:I
5: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
Exceptions:
throws java.io.IOException
public int advance(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
0 1 1 target I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
public boolean advanceExact(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
0 1 1 target I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
public long cost();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.val$finalCost:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
public org.apache.lucene.util.BytesRef binaryValue();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$2$1.current:Lorg/apache/lucene/codecs/DocValuesConsumer$BinaryDocValuesSub;
getfield org.apache.lucene.codecs.DocValuesConsumer$BinaryDocValuesSub.values:Lorg/apache/lucene/index/BinaryDocValues;
invokevirtual org.apache.lucene.index.BinaryDocValues.binaryValue:()Lorg/apache/lucene/util/BytesRef;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$2$1;
Exceptions:
throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.DocValuesConsumer$2.getBinary:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/BinaryDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
org.apache.lucene.codecs.DocValuesConsumer$2
org.apache.lucene.codecs.DocValuesConsumer$2$1
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